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

📋 copy color: '#0ED2CA'

red 14 ◦ green 210 ◦ blue 202

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

Shades of Robin's Egg Blue #0ED2CA

Tints of Robin's Egg Blue #0ED2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.3%

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

R = 3.29%
G = 49.3%
B = 47.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#0ED2CA (or 0x0ED2CA) is known color: Robin's Egg Blue. HEX triplet: 0E, D2 and CA. RGB value is (14,210,202). Sum of RGB (Red+Green+Blue) = 14+210+202=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED2CA is #F12D35. Grayscale: #969696. Windows color (decimal): -15805750 or 13292046. OLE color: 13292046.

HSL color Cylindrical-coordinate representation of color #0ED2CA: hue angle of 177.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED2CA is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 210 202 -
CMYK 0.93 0 0.04 0.18
HSL 177.55º 0.88% 0.44% -
HSV(B) 177.55º 0.93% 0.82% -
XYZ 33.89 50.45 63.83 -
YUV 150.48 157.07 30.65 -
System Red Green Blue C M Y K H S L
Decimal 14 210 202 0.93 0 0.04 0.18 177.55 0.88 0.44
Hex E D2 CA 5D 0 4 12 B2 58 2C
Octal 16 322 312 135 0 4 22 262 130 54
Binary 1110 11010010 11001010 1011101 0 100 10010 10110010 1011000 101100

Color Harmonies of #0ED2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED2CA

Black with #0ED2CA

Text Example


Text Example

White with #0ED2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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