Html Css Color HEX #0EBACA Iris Blue

📋 copy color: '#0EBACA'

red 14 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #0EBACA

Tints of Iris Blue #0EBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 3.48%
G = 46.27%
B = 50.25%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0EBACA (or 0x0EBACA) is known color: Iris Blue. HEX triplet: 0E, BA and CA. RGB value is (14,186,202). Sum of RGB (Red+Green+Blue) = 14+186+202=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #0EBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBACA is #F14535. Grayscale: #888888. Windows color (decimal): -15811894 or 13285902. OLE color: 13285902.

HSL color Cylindrical-coordinate representation of color #0EBACA: hue angle of 185.11º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBACA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 186 202 -
CMYK 0.93 0.08 0 0.21
HSL 185.11º 0.87% 0.42% -
HSV(B) 185.11º 0.93% 0.79% -
XYZ 28.4 39.48 62 -
YUV 136.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 14 186 202 0.93 0.08 0 0.21 185.11 0.87 0.42
Hex E BA CA 5D 8 0 15 B9 57 2A
Octal 16 272 312 135 10 0 25 271 127 52
Binary 1110 10111010 11001010 1011101 1000 0 10101 10111001 1010111 101010

Color Harmonies of #0EBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBACA

Black with #0EBACA

Text Example


Text Example

White with #0EBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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