Html Css Color HEX #0CB0D8 Iris Blue

📋 copy color: '#0CB0D8'

red 12 ◦ green 176 ◦ blue 216

#0CB0D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0CB0D8

Tints of Iris Blue #0CB0D8

RGB

 RED value IS 12 (5.08% from 255) = 2.97%

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 2.97%
G = 43.56%
B = 53.47%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0CB0D8 (or 0x0CB0D8) is known color: Iris Blue. HEX triplet: 0C, B0 and D8. RGB value is (12,176,216). Sum of RGB (Red+Green+Blue) = 12+176+216=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #0CB0D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB0D8 is #F34F27. Grayscale: #838383. Windows color (decimal): -15945512 or 14200844. OLE color: 14200844.

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

Color convert

RGB 12 176 216 -
CMYK 0.94 0.19 0 0.15
HSL 191.76º 0.89% 0.45% -
HSV(B) 191.76º 0.94% 0.85% -
XYZ 28.07 36.09 70.45 -
YUV 131.52 175.67 42.75 -
System Red Green Blue C M Y K H S L
Decimal 12 176 216 0.94 0.19 0 0.15 191.76 0.89 0.45
Hex C B0 D8 5E 13 0 F C0 59 2D
Octal 14 260 330 136 23 0 17 300 131 55
Binary 1100 10110000 11011000 1011110 10011 0 1111 11000000 1011001 101101

Color Harmonies of #0CB0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB0D8

Black with #0CB0D8

Text Example


Text Example

White with #0CB0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,216); }

 H1.HeaderClassName
 {
   color: #0CB0D8;
 }
 .AnyTagClassName
 {
   color: #0CB0D8;
 }
</style>

background-color css

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

 a { background-color: rgb(12,176,216); }

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

border-color css

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

 span { border-color: rgb(12,176,216); }

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