Html Css Color HEX #0EB6DB Iris Blue

📋 copy color: '#0EB6DB'

red 14 ◦ green 182 ◦ blue 219

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

Shades of Iris Blue #0EB6DB

Tints of Iris Blue #0EB6DB

RGB

 RED value IS 14 (5.86% from 255) = 3.37%

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

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

R = 3.37%
G = 43.86%
B = 52.77%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EB6DB (or 0x0EB6DB) is known color: Iris Blue. HEX triplet: 0E, B6 and DB. RGB value is (14,182,219). Sum of RGB (Red+Green+Blue) = 14+182+219=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB6DB is #F14924. Grayscale: #878787. Windows color (decimal): -15812901 or 14398990. OLE color: 14398990.

HSL color Cylindrical-coordinate representation of color #0EB6DB: hue angle of 190.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EB6DB is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 182 219 -
CMYK 0.94 0.17 0 0.14
HSL 190.83º 0.88% 0.46% -
HSV(B) 190.83º 0.94% 0.86% -
XYZ 29.7 38.66 72.92 -
YUV 135.99 174.84 40.99 -
System Red Green Blue C M Y K H S L
Decimal 14 182 219 0.94 0.17 0 0.14 190.83 0.88 0.46
Hex E B6 DB 5E 11 0 E BF 58 2E
Octal 16 266 333 136 21 0 16 277 130 56
Binary 1110 10110110 11011011 1011110 10001 0 1110 10111111 1011000 101110

Color Harmonies of #0EB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB6DB

Black with #0EB6DB

Text Example


Text Example

White with #0EB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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