#0CB6D5

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

Shades of Iris Blue #0CB6D5

Tints of Iris Blue #0CB6D5

Color information

#0CB6D5 (or 0x0CB6D5) is unknown color: approx Iris Blue. HEX triplet: 0C, B6 and D5. RGB value is (12,182,213). Sum of RGB (Red+Green+Blue) = 12+182+213=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CB6D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6D5 is #F3492A. Grayscale: #868686. Windows color (decimal): -15943979 or 14005772. OLE color: 14005772.

HSL color Cylindrical-coordinate representation of color #0CB6D5: hue angle of 189.25º 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 #0CB6D5 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12182213-
CMYK0.940.1500.16
HSL189.25º89.33%44.12%-
HSV(B)189.25º94.37%83.53%-
XYZ28.8938.3468.83-
YUV134.7172.1840.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.95%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 213 (83.59% from 255) = 52.33%
R=2.95%
G=44.72%
B=52.33%

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
Decimal121822130.940.1500.16189.2589.3344.12
HexCB6D55EF010bd592c
Octal142663251361702027513154
Binary1100101101101101010110111101111010000101111011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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