#1CB4CC

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

Shades of Iris Blue #1CB4CC

Tints of Iris Blue #1CB4CC

Color information

#1CB4CC (or 0x1CB4CC) is unknown color: approx Iris Blue. HEX triplet: 1C, B4 and CC. RGB value is (28,180,204). Sum of RGB (Red+Green+Blue) = 28+180+204=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CB4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB4CC is #E34B33. Grayscale: #898989. Windows color (decimal): -14895924 or 13415452. OLE color: 13415452.

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

Color convert

RGB28180204-
CMYK0.860.1200.2
HSL188.18º75.86%45.49%-
HSV(B)188.18º86.27%80%-
XYZ27.737.2562.86-
YUV137.29165.6450.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.80%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=6.80%
G=43.69%
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.2
SystemRedGreenBlueCMYKHSL
Decimal281802040.860.1200.2188.1875.8645.49
Hex1CB4CC56C014bc4c2d
Octal342643141261402427411455
Binary11100101101001100110010101101100010100101111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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