#0CB3E1

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

Shades of Iris Blue #0CB3E1

Tints of Iris Blue #0CB3E1

Color information

#0CB3E1 (or 0x0CB3E1) is unknown color: approx Iris Blue. HEX triplet: 0C, B3 and E1. RGB value is (12,179,225). Sum of RGB (Red+Green+Blue) = 12+179+225=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #0CB3E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3E1 is #F34C1E. Grayscale: #858585. Windows color (decimal): -15944735 or 14791436. OLE color: 14791436.

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

Color convert

RGB12179225-
CMYK0.950.2000.12
HSL192.96º89.87%46.47%-
HSV(B)192.96º94.67%88.24%-
XYZ29.8637.7576.95-
YUV134.31179.1740.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.88%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 225 (88.28% from 255) = 54.09%
R=2.88%
G=43.03%
B=54.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121792250.950.2000.12192.9689.8746.47
HexCB3E15F140Cc15a2e
Octal142633411372401430113256
Binary1100101100111110000110111111010001100110000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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