#0CB7D5

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

Shades of Iris Blue #0CB7D5

Tints of Iris Blue #0CB7D5

Color information

#0CB7D5 (or 0x0CB7D5) is unknown color: approx Iris Blue. HEX triplet: 0C, B7 and D5. RGB value is (12,183,213). Sum of RGB (Red+Green+Blue) = 12+183+213=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CB7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB7D5 is #F3482A. Grayscale: #878787. Windows color (decimal): -15943723 or 14006028. OLE color: 14006028.

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

Color convert

RGB12183213-
CMYK0.940.1400.16
HSL188.96º89.33%44.12%-
HSV(B)188.96º94.37%83.53%-
XYZ29.138.7568.9-
YUV135.29171.8540.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.94%
GREEN value IS 183 (71.88% from 255) = 44.85%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=2.94%
G=44.85%
B=52.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121832130.940.1400.16188.9689.3344.12
HexCB7D55EE010bd592c
Octal142673251361602027513154
Binary1100101101111101010110111101110010000101111011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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