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

📋 copy color: '#0ED6CC'

red 14 ◦ green 214 ◦ blue 204

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

Shades of Robin's Egg Blue #0ED6CC

Tints of Robin's Egg Blue #0ED6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 3.24%
G = 49.54%
B = 47.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0ED6CC (or 0x0ED6CC) is known color: Robin's Egg Blue. HEX triplet: 0E, D6 and CC. RGB value is (14,214,204). Sum of RGB (Red+Green+Blue) = 14+214+204=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6CC is #F12933. Grayscale: #989898. Windows color (decimal): -15804724 or 13424142. OLE color: 13424142.

HSL color Cylindrical-coordinate representation of color #0ED6CC: hue angle of 177º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6CC is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 204 -
CMYK 0.93 0 0.05 0.16
HSL 177º 0.88% 0.45% -
HSV(B) 177º 0.93% 0.84% -
XYZ 35.13 52.55 65.42 -
YUV 153.06 156.74 28.81 -
System Red Green Blue C M Y K H S L
Decimal 14 214 204 0.93 0 0.05 0.16 177 0.88 0.45
Hex E D6 CC 5D 0 5 10 B1 58 2D
Octal 16 326 314 135 0 5 20 261 130 55
Binary 1110 11010110 11001100 1011101 0 101 10000 10110001 1011000 101101

Color Harmonies of #0ED6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED6CC

Black with #0ED6CC

Text Example


Text Example

White with #0ED6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,204); }

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

background-color css

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

 a { background-color: rgb(14,214,204); }

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

border-color css

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

 span { border-color: rgb(14,214,204); }

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