#1CB1D4

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

Shades of Iris Blue #1CB1D4

Tints of Iris Blue #1CB1D4

Color information

#1CB1D4 (or 0x1CB1D4) is unknown color: approx Iris Blue. HEX triplet: 1C, B1 and D4. RGB value is (28,177,212). Sum of RGB (Red+Green+Blue) = 28+177+212=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #1CB1D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB1D4 is #E34E2B. Grayscale: #888888. Windows color (decimal): -14896684 or 13938972. OLE color: 13938972.

HSL color Cylindrical-coordinate representation of color #1CB1D4: hue angle of 191.41º 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 #1CB1D4 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28177212-
CMYK0.870.1700.17
HSL191.41º76.67%47.06%-
HSV(B)191.41º86.79%83.14%-
XYZ28.0836.4467.84-
YUV136.44170.6450.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.71%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=6.71%
G=42.45%
B=50.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281772120.870.1700.17191.4176.6747.06
Hex1CB1D45711011bf4d2f
Octal342613241272102127711557
Binary111001011000111010100101011110001010001101111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,177,212); }

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

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

 a { background-color: rgb(28,177,212); }

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

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

 span { border-color: rgb(28,177,212); }

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