#1cc2cc

Color #1CC2CC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1CC2CC

Tints of Iris Blue #1CC2CC

Color information

#1CC2CC (or 0x1CC2CC) is unknown color: approx Iris Blue. HEX triplet: 1C, C2 and CC. RGB value is (28,194,204). Sum of RGB (Red+Green+Blue) = 28+194+204=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CC2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2CC is #E33D33. Grayscale: #919191. Windows color (decimal): -14892340 or 13419036. OLE color: 13419036.

HSL color Cylindrical-coordinate representation of color #1CC2CC: hue angle of 183.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC2CC is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB28194204-
CMYK0.860.0500.2
HSL183.41º75.86%45.49%-
HSV(B)183.41º86.27%80%-
XYZ30.6743.1963.85-
YUV145.5116144.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 6.57%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=6.57%
G=45.54%
B=47.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal281942040.860.0500.2183.4175.8645.49
Hex1CC2CC565014b74c2d
Octal34302314126502426711455
Binary1110011000010110011001010110101010100101101111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc2cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cc2cc; }

 p { color: rgb(28,194,204); }

 H1.HeaderClassName
 {
   color: #1cc2cc;
 }
 .AnyTagClassName
 {
   color: #1cc2cc;
 }
</style>
background-color css

<style>
 a { background-color: #1cc2cc; }

 a { background-color: rgb(28,194,204); }

 div.DivClassName
 {
   background-color: #1cc2cc;
 }
 .BgClassName
 {
   background-color: #1cc2cc;
 }
</style>
border-color css

<style>
 span { border-color: #1cc2cc; }

 span { border-color: rgb(28,194,204); }

 td.TdClassName
 {
   border-color: #1cc2cc;
 }
 .TagClassName
 {
   border-color: #1cc2cc;
 }
</style>