#1CB2D3

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

Shades of Iris Blue #1CB2D3

Tints of Iris Blue #1CB2D3

Color information

#1CB2D3 (or 0x1CB2D3) is unknown color: approx Iris Blue. HEX triplet: 1C, B2 and D3. RGB value is (28,178,211). Sum of RGB (Red+Green+Blue) = 28+178+211=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #1CB2D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB2D3 is #E34D2C. Grayscale: #888888. Windows color (decimal): -14896429 or 13873692. OLE color: 13873692.

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

Color convert

RGB28178211-
CMYK0.870.1600.17
HSL190.82º76.57%46.86%-
HSV(B)190.82º86.73%82.75%-
XYZ28.1636.7967.25-
YUV136.91169.850.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.71%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=6.71%
G=42.69%
B=50.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281782110.870.1600.17190.8276.5746.86
Hex1CB2D35710011bf4d2f
Octal342623231272002127711557
Binary111001011001011010011101011110000010001101111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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