Html Css Color HEX #0EDDC2 Robin's Egg Blue

📋 copy color: '#0EDDC2'

red 14 ◦ green 221 ◦ blue 194

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

Shades of Robin's Egg Blue #0EDDC2

Tints of Robin's Egg Blue #0EDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.52%

 BLUE value IS 194 (76.17% from 255) = 45.22%

R = 3.26%
G = 51.52%
B = 45.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#0EDDC2 (or 0x0EDDC2) is known color: Robin's Egg Blue. HEX triplet: 0E, DD and C2. RGB value is (14,221,194). Sum of RGB (Red+Green+Blue) = 14+221+194=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDC2 is #F1223D. Grayscale: #9B9B9B. Windows color (decimal): -15802942 or 12770574. OLE color: 12770574.

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

Color convert

RGB 14 221 194 -
CMYK 0.94 0 0.12 0.13
HSL 172.17º 0.88% 0.46% -
HSV(B) 172.17º 0.94% 0.87% -
XYZ 35.78 55.7 59.9 -
YUV 156.03 149.42 26.7 -
System Red Green Blue C M Y K H S L
Decimal 14 221 194 0.94 0 0.12 0.13 172.17 0.88 0.46
Hex E DD C2 5E 0 C D AC 58 2E
Octal 16 335 302 136 0 14 15 254 130 56
Binary 1110 11011101 11000010 1011110 0 1100 1101 10101100 1011000 101110

Color Harmonies of #0EDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDC2

Black with #0EDDC2

Text Example


Text Example

White with #0EDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,194); }

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

background-color css

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

 a { background-color: rgb(14,221,194); }

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

border-color css

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

 span { border-color: rgb(14,221,194); }

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