#1CB3D2

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

Shades of Iris Blue #1CB3D2

Tints of Iris Blue #1CB3D2

Color information

#1CB3D2 (or 0x1CB3D2) is unknown color: approx Iris Blue. HEX triplet: 1C, B3 and D2. RGB value is (28,179,210). Sum of RGB (Red+Green+Blue) = 28+179+210=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #1CB3D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB3D2 is #E34C2D. Grayscale: #898989. Windows color (decimal): -14896174 or 13808412. OLE color: 13808412.

HSL color Cylindrical-coordinate representation of color #1CB3D2: hue angle of 190.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB3D2 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB28179210-
CMYK0.870.1500.18
HSL190.22º76.47%46.67%-
HSV(B)190.22º86.67%82.35%-
XYZ28.2337.1466.65-
YUV137.38168.9749.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.71%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 210 (82.42% from 255) = 50.36%
R=6.71%
G=42.93%
B=50.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal281792100.870.1500.18190.2276.4746.67
Hex1CB3D257F012be4c2f
Octal342633221271702227611457
Binary11100101100111101001010101111111010010101111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,179,210); }

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

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

 a { background-color: rgb(28,179,210); }

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

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

 span { border-color: rgb(28,179,210); }

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