#0CB7B8

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

Shades of Iris Blue #0CB7B8

Tints of Iris Blue #0CB7B8

Color information

#0CB7B8 (or 0x0CB7B8) is unknown color: approx Iris Blue. HEX triplet: 0C, B7 and B8. RGB value is (12,183,184). Sum of RGB (Red+Green+Blue) = 12+183+184=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #0CB7B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB7B8 is #F34847. Grayscale: #838383. Windows color (decimal): -15943752 or 12105484. OLE color: 12105484.

HSL color Cylindrical-coordinate representation of color #0CB7B8: hue angle of 180.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB7B8 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12183184-
CMYK0.930.0100.28
HSL180.35º87.76%38.43%-
HSV(B)180.35º93.48%72.16%-
XYZ25.7437.4151.21-
YUV131.98157.3542.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=3.17%
G=48.28%
B=48.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121831840.930.0100.28180.3587.7638.43
HexCB7B85D101Cb45826
Octal14267270135103426413046
Binary1100101101111011100010111011011100101101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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