Html Css Color HEX #0EABD3 Iris Blue

📋 copy color: '#0EABD3'

red 14 ◦ green 171 ◦ blue 211

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

Shades of Iris Blue #0EABD3

Tints of Iris Blue #0EABD3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

 BLUE value IS 211 (82.81% from 255) = 53.28%

R = 3.54%
G = 43.18%
B = 53.28%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0EABD3 (or 0x0EABD3) is known color: Iris Blue. HEX triplet: 0E, AB and D3. RGB value is (14,171,211). Sum of RGB (Red+Green+Blue) = 14+171+211=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EABD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABD3 is #F1542C. Grayscale: #808080. Windows color (decimal): -15815725 or 13871886. OLE color: 13871886.

HSL color Cylindrical-coordinate representation of color #0EABD3: hue angle of 192.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EABD3 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 171 211 -
CMYK 0.93 0.19 0 0.17
HSL 192.18º 0.88% 0.44% -
HSV(B) 192.18º 0.93% 0.83% -
XYZ 26.5 33.92 66.78 -
YUV 128.62 174.49 46.25 -
System Red Green Blue C M Y K H S L
Decimal 14 171 211 0.93 0.19 0 0.17 192.18 0.88 0.44
Hex E AB D3 5D 13 0 11 C0 58 2C
Octal 16 253 323 135 23 0 21 300 130 54
Binary 1110 10101011 11010011 1011101 10011 0 10001 11000000 1011000 101100

Color Harmonies of #0EABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABD3

Black with #0EABD3

Text Example


Text Example

White with #0EABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,211); }

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

background-color css

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

 a { background-color: rgb(14,171,211); }

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

border-color css

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

 span { border-color: rgb(14,171,211); }

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