Html Css Color HEX #0CB8DC Iris Blue

📋 copy color: '#0CB8DC'

red 12 ◦ green 184 ◦ blue 220

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

Shades of Iris Blue #0CB8DC

Tints of Iris Blue #0CB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 2.88%
G = 44.23%
B = 52.88%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CB8DC (or 0x0CB8DC) is known color: Iris Blue. HEX triplet: 0C, B8 and DC. RGB value is (12,184,220). Sum of RGB (Red+Green+Blue) = 12+184+220=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CB8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8DC is #F34723. Grayscale: #888888. Windows color (decimal): -15943460 or 14465036. OLE color: 14465036.

HSL color Cylindrical-coordinate representation of color #0CB8DC: hue angle of 190.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB8DC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 184 220 -
CMYK 0.95 0.16 0 0.14
HSL 190.38º 0.9% 0.45% -
HSV(B) 190.38º 0.95% 0.86% -
XYZ 30.21 39.53 73.75 -
YUV 136.68 175.02 39.07 -
System Red Green Blue C M Y K H S L
Decimal 12 184 220 0.95 0.16 0 0.14 190.38 0.9 0.45
Hex C B8 DC 5F 10 0 E BE 5A 2D
Octal 14 270 334 137 20 0 16 276 132 55
Binary 1100 10111000 11011100 1011111 10000 0 1110 10111110 1011010 101101

Color Harmonies of #0CB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB8DC

Black with #0CB8DC

Text Example


Text Example

White with #0CB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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