Html Css Color HEX #0CB4DB Iris Blue

📋 copy color: '#0CB4DB'

red 12 ◦ green 180 ◦ blue 219

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

Shades of Iris Blue #0CB4DB

Tints of Iris Blue #0CB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

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

R = 2.92%
G = 43.8%
B = 53.28%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CB4DB (or 0x0CB4DB) is known color: Iris Blue. HEX triplet: 0C, B4 and DB. RGB value is (12,180,219). Sum of RGB (Red+Green+Blue) = 12+180+219=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB4DB is #F34B24. Grayscale: #858585. Windows color (decimal): -15944485 or 14398476. OLE color: 14398476.

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

Color convert

RGB 12 180 219 -
CMYK 0.95 0.18 0 0.14
HSL 191.3º 0.9% 0.45% -
HSV(B) 191.3º 0.95% 0.86% -
XYZ 29.26 37.84 72.78 -
YUV 134.21 175.84 40.83 -
System Red Green Blue C M Y K H S L
Decimal 12 180 219 0.95 0.18 0 0.14 191.3 0.9 0.45
Hex C B4 DB 5F 12 0 E BF 5A 2D
Octal 14 264 333 137 22 0 16 277 132 55
Binary 1100 10110100 11011011 1011111 10010 0 1110 10111111 1011010 101101

Color Harmonies of #0CB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB4DB

Black with #0CB4DB

Text Example


Text Example

White with #0CB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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