Html Css Color HEX #0CB6DB Iris Blue

📋 copy color: '#0CB6DB'

red 12 ◦ green 182 ◦ blue 219

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

Shades of Iris Blue #0CB6DB

Tints of Iris Blue #0CB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 2.91%
G = 44.07%
B = 53.03%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CB6DB (or 0x0CB6DB) is known color: Iris Blue. HEX triplet: 0C, B6 and DB. RGB value is (12,182,219). Sum of RGB (Red+Green+Blue) = 12+182+219=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6DB is #F34924. Grayscale: #878787. Windows color (decimal): -15943973 or 14398988. OLE color: 14398988.

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

Color convert

RGB 12 182 219 -
CMYK 0.95 0.17 0 0.14
HSL 190.72º 0.9% 0.45% -
HSV(B) 190.72º 0.95% 0.86% -
XYZ 29.67 38.65 72.91 -
YUV 135.39 175.18 39.99 -
System Red Green Blue C M Y K H S L
Decimal 12 182 219 0.95 0.17 0 0.14 190.72 0.9 0.45
Hex C B6 DB 5F 11 0 E BF 5A 2D
Octal 14 266 333 137 21 0 16 277 132 55
Binary 1100 10110110 11011011 1011111 10001 0 1110 10111111 1011010 101101

Color Harmonies of #0CB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6DB

Black with #0CB6DB

Text Example


Text Example

White with #0CB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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