Html Css Color HEX #0CB1DB Iris Blue

📋 copy color: '#0CB1DB'

red 12 ◦ green 177 ◦ blue 219

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

Shades of Iris Blue #0CB1DB

Tints of Iris Blue #0CB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

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

R = 2.94%
G = 43.38%
B = 53.68%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CB1DB (or 0x0CB1DB) is known color: Iris Blue. HEX triplet: 0C, B1 and DB. RGB value is (12,177,219). Sum of RGB (Red+Green+Blue) = 12+177+219=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB1DB is #F34E24. Grayscale: #848484. Windows color (decimal): -15945253 or 14397708. OLE color: 14397708.

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

Color convert

RGB 12 177 219 -
CMYK 0.95 0.19 0 0.14
HSL 192.17º 0.9% 0.45% -
HSV(B) 192.17º 0.95% 0.86% -
XYZ 28.66 36.64 72.58 -
YUV 132.45 176.84 42.08 -
System Red Green Blue C M Y K H S L
Decimal 12 177 219 0.95 0.19 0 0.14 192.17 0.9 0.45
Hex C B1 DB 5F 13 0 E C0 5A 2D
Octal 14 261 333 137 23 0 16 300 132 55
Binary 1100 10110001 11011011 1011111 10011 0 1110 11000000 1011010 101101

Color Harmonies of #0CB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB1DB

Black with #0CB1DB

Text Example


Text Example

White with #0CB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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