Html Css Color HEX #0EABBC Iris Blue

📋 copy color: '#0EABBC'

red 14 ◦ green 171 ◦ blue 188

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

Shades of Iris Blue #0EABBC

Tints of Iris Blue #0EABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 3.75%
G = 45.84%
B = 50.4%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EABBC (or 0x0EABBC) is known color: Iris Blue. HEX triplet: 0E, AB and BC. RGB value is (14,171,188). Sum of RGB (Red+Green+Blue) = 14+171+188=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABBC is #F15443. Grayscale: #7D7D7D. Windows color (decimal): -15815748 or 12364558. OLE color: 12364558.

HSL color Cylindrical-coordinate representation of color #0EABBC: hue angle of 185.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EABBC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 171 188 -
CMYK 0.93 0.09 0 0.26
HSL 185.86º 0.86% 0.4% -
HSV(B) 185.86º 0.93% 0.74% -
XYZ 23.82 32.85 52.66 -
YUV 126 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 14 171 188 0.93 0.09 0 0.26 185.86 0.86 0.4
Hex E AB BC 5D 9 0 1A BA 56 28
Octal 16 253 274 135 11 0 32 272 126 50
Binary 1110 10101011 10111100 1011101 1001 0 11010 10111010 1010110 101000

Color Harmonies of #0EABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABBC

Black with #0EABBC

Text Example


Text Example

White with #0EABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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