Html Css Color HEX #0EBAE3 Iris Blue

📋 copy color: '#0EBAE3'

red 14 ◦ green 186 ◦ blue 227

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

Shades of Iris Blue #0EBAE3

Tints of Iris Blue #0EBAE3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 227 (89.06% from 255) = 53.16%

R = 3.28%
G = 43.56%
B = 53.16%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0EBAE3 (or 0x0EBAE3) is known color: Iris Blue. HEX triplet: 0E, BA and E3. RGB value is (14,186,227). Sum of RGB (Red+Green+Blue) = 14+186+227=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #0EBAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBAE3 is #F1451C. Grayscale: #8A8A8A. Windows color (decimal): -15811869 or 14924302. OLE color: 14924302.

HSL color Cylindrical-coordinate representation of color #0EBAE3: hue angle of 191.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBAE3 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 186 227 -
CMYK 0.94 0.18 0 0.11
HSL 191.55º 0.88% 0.47% -
HSV(B) 191.55º 0.94% 0.89% -
XYZ 31.61 40.76 78.87 -
YUV 139.25 177.52 38.67 -
System Red Green Blue C M Y K H S L
Decimal 14 186 227 0.94 0.18 0 0.11 191.55 0.88 0.47
Hex E BA E3 5E 12 0 B C0 58 2F
Octal 16 272 343 136 22 0 13 300 130 57
Binary 1110 10111010 11100011 1011110 10010 0 1011 11000000 1011000 101111

Color Harmonies of #0EBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBAE3

Black with #0EBAE3

Text Example


Text Example

White with #0EBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,227); }

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

background-color css

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

 a { background-color: rgb(14,186,227); }

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

border-color css

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

 span { border-color: rgb(14,186,227); }

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