#1CB3D3

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

Shades of Iris Blue #1CB3D3

Tints of Iris Blue #1CB3D3

Color information

#1CB3D3 (or 0x1CB3D3) is unknown color: approx Iris Blue. HEX triplet: 1C, B3 and D3. RGB value is (28,179,211). Sum of RGB (Red+Green+Blue) = 28+179+211=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #1CB3D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB3D3 is #E34C2C. Grayscale: #898989. Windows color (decimal): -14896173 or 13873948. OLE color: 13873948.

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

Color convert

RGB28179211-
CMYK0.870.1500.17
HSL190.49º76.57%46.86%-
HSV(B)190.49º86.73%82.75%-
XYZ28.3637.1967.31-
YUV137.5169.4749.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.70%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 211 (82.81% from 255) = 50.48%
R=6.70%
G=42.82%
B=50.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281792110.870.1500.17190.4976.5746.86
Hex1CB3D357F011be4d2f
Octal342633231271702127611557
Binary11100101100111101001110101111111010001101111101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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