#1CB3CB

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

Shades of Iris Blue #1CB3CB

Tints of Iris Blue #1CB3CB

Color information

#1CB3CB (or 0x1CB3CB) is unknown color: approx Iris Blue. HEX triplet: 1C, B3 and CB. RGB value is (28,179,203). Sum of RGB (Red+Green+Blue) = 28+179+203=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CB3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB3CB is #E34C34. Grayscale: #888888. Windows color (decimal): -14896181 or 13349660. OLE color: 13349660.

HSL color Cylindrical-coordinate representation of color #1CB3CB: hue angle of 188.23º 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 #1CB3CB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB28179203-
CMYK0.860.1200.20
HSL188.23º75.76%45.29%-
HSV(B)188.23º86.21%79.61%-
XYZ27.3836.862.16-
YUV136.59165.4750.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.83%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=6.83%
G=43.66%
B=49.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281792030.860.1200.20188.2375.7645.29
Hex1CB3CB56C014bc4c2d
Octal342633131261402427411455
Binary11100101100111100101110101101100010100101111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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