Html Css Color HEX #0EBBE1 Iris Blue

📋 copy color: '#0EBBE1'

red 14 ◦ green 187 ◦ blue 225

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

Shades of Iris Blue #0EBBE1

Tints of Iris Blue #0EBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

 BLUE value IS 225 (88.28% from 255) = 52.82%

R = 3.29%
G = 43.9%
B = 52.82%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0EBBE1 (or 0x0EBBE1) is known color: Iris Blue. HEX triplet: 0E, BB and E1. RGB value is (14,187,225). Sum of RGB (Red+Green+Blue) = 14+187+225=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #0EBBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBE1 is #F1441E. Grayscale: #8B8B8B. Windows color (decimal): -15811615 or 14793486. OLE color: 14793486.

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

Color convert

RGB 14 187 225 -
CMYK 0.94 0.17 0 0.12
HSL 190.81º 0.88% 0.47% -
HSV(B) 190.81º 0.94% 0.88% -
XYZ 31.54 41.07 77.5 -
YUV 139.61 176.19 38.41 -
System Red Green Blue C M Y K H S L
Decimal 14 187 225 0.94 0.17 0 0.12 190.81 0.88 0.47
Hex E BB E1 5E 11 0 C BF 58 2F
Octal 16 273 341 136 21 0 14 277 130 57
Binary 1110 10111011 11100001 1011110 10001 0 1100 10111111 1011000 101111

Color Harmonies of #0EBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBBE1

Black with #0EBBE1

Text Example


Text Example

White with #0EBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,225); }

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

background-color css

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

 a { background-color: rgb(14,187,225); }

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

border-color css

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

 span { border-color: rgb(14,187,225); }

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