Html Css Color HEX #0EB8DA Iris Blue

📋 copy color: '#0EB8DA'

red 14 ◦ green 184 ◦ blue 218

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

Shades of Iris Blue #0EB8DA

Tints of Iris Blue #0EB8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 3.37%
G = 44.23%
B = 52.4%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0EB8DA (or 0x0EB8DA) is known color: Iris Blue. HEX triplet: 0E, B8 and DA. RGB value is (14,184,218). Sum of RGB (Red+Green+Blue) = 14+184+218=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EB8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8DA is #F14725. Grayscale: #888888. Windows color (decimal): -15812390 or 14333966. OLE color: 14333966.

HSL color Cylindrical-coordinate representation of color #0EB8DA: hue angle of 190º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EB8DA is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 184 218 -
CMYK 0.94 0.16 0 0.15
HSL 190º 0.88% 0.45% -
HSV(B) 190º 0.94% 0.85% -
XYZ 29.98 39.44 72.36 -
YUV 137.05 173.68 40.24 -
System Red Green Blue C M Y K H S L
Decimal 14 184 218 0.94 0.16 0 0.15 190 0.88 0.45
Hex E B8 DA 5E 10 0 F BE 58 2D
Octal 16 270 332 136 20 0 17 276 130 55
Binary 1110 10111000 11011010 1011110 10000 0 1111 10111110 1011000 101101

Color Harmonies of #0EB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB8DA

Black with #0EB8DA

Text Example


Text Example

White with #0EB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,184,218); }

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

background-color css

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

 a { background-color: rgb(14,184,218); }

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

border-color css

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

 span { border-color: rgb(14,184,218); }

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