Html Css Color HEX #0EBADA Iris Blue

📋 copy color: '#0EBADA'

red 14 ◦ green 186 ◦ blue 218

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

Shades of Iris Blue #0EBADA

Tints of Iris Blue #0EBADA

RGB

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

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

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

R = 3.35%
G = 44.5%
B = 52.15%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0EBADA (or 0x0EBADA) is known color: Iris Blue. HEX triplet: 0E, BA and DA. RGB value is (14,186,218). Sum of RGB (Red+Green+Blue) = 14+186+218=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EBADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBADA is #F14525. Grayscale: #898989. Windows color (decimal): -15811878 or 14334478. OLE color: 14334478.

HSL color Cylindrical-coordinate representation of color #0EBADA: hue angle of 189.41º 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 #0EBADA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 186 218 -
CMYK 0.94 0.15 0 0.15
HSL 189.41º 0.88% 0.45% -
HSV(B) 189.41º 0.94% 0.85% -
XYZ 30.39 40.27 72.5 -
YUV 138.22 173.02 39.4 -
System Red Green Blue C M Y K H S L
Decimal 14 186 218 0.94 0.15 0 0.15 189.41 0.88 0.45
Hex E BA DA 5E F 0 F BD 58 2D
Octal 16 272 332 136 17 0 17 275 130 55
Binary 1110 10111010 11011010 1011110 1111 0 1111 10111101 1011000 101101

Color Harmonies of #0EBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBADA

Black with #0EBADA

Text Example


Text Example

White with #0EBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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