#0CB2E1

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

Shades of Iris Blue #0CB2E1

Tints of Iris Blue #0CB2E1

Color information

#0CB2E1 (or 0x0CB2E1) is unknown color: approx Iris Blue. HEX triplet: 0C, B2 and E1. RGB value is (12,178,225). Sum of RGB (Red+Green+Blue) = 12+178+225=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #0CB2E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2E1 is #F34D1E. Grayscale: #858585. Windows color (decimal): -15944991 or 14791180. OLE color: 14791180.

HSL color Cylindrical-coordinate representation of color #0CB2E1: hue angle of 193.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB2E1 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12178225-
CMYK0.950.2100.12
HSL193.24º89.87%46.47%-
HSV(B)193.24º94.67%88.24%-
XYZ29.6637.3676.88-
YUV133.72179.541.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.89%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 225 (88.28% from 255) = 54.22%
R=2.89%
G=42.89%
B=54.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121782250.950.2100.12193.2489.8746.47
HexCB2E15F150Cc15a2e
Octal142623411372501430113256
Binary1100101100101110000110111111010101100110000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CB2E1; }

 p { color: rgb(12,178,225); }

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

<style>
 a { background-color: #0CB2E1; }

 a { background-color: rgb(12,178,225); }

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

<style>
 span { border-color: #0CB2E1; }

 span { border-color: rgb(12,178,225); }

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