#0CB5D5

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

Shades of Iris Blue #0CB5D5

Tints of Iris Blue #0CB5D5

Color information

#0CB5D5 (or 0x0CB5D5) is unknown color: approx Iris Blue. HEX triplet: 0C, B5 and D5. RGB value is (12,181,213). Sum of RGB (Red+Green+Blue) = 12+181+213=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CB5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5D5 is #F34A2A. Grayscale: #858585. Windows color (decimal): -15944235 or 14005516. OLE color: 14005516.

HSL color Cylindrical-coordinate representation of color #0CB5D5: hue angle of 189.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB5D5 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12181213-
CMYK0.940.1500.16
HSL189.55º89.33%44.12%-
HSV(B)189.55º94.37%83.53%-
XYZ28.6937.9368.76-
YUV134.12172.5140.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.96%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 213 (83.59% from 255) = 52.46%
R=2.96%
G=44.58%
B=52.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121812130.940.1500.16189.5589.3344.12
HexCB5D55EF010be592c
Octal142653251361702027613154
Binary1100101101011101010110111101111010000101111101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,181,213); }

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

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

 a { background-color: rgb(12,181,213); }

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

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

 span { border-color: rgb(12,181,213); }

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