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

📋 copy color: '#0ED6CB'

red 14 ◦ green 214 ◦ blue 203

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

Shades of Robin's Egg Blue #0ED6CB

Tints of Robin's Egg Blue #0ED6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 3.25%
G = 49.65%
B = 47.1%

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

#0ED6CB (or 0x0ED6CB) is known color: Robin's Egg Blue. HEX triplet: 0E, D6 and CB. RGB value is (14,214,203). Sum of RGB (Red+Green+Blue) = 14+214+203=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6CB is #F12934. Grayscale: #989898. Windows color (decimal): -15804725 or 13358606. OLE color: 13358606.

HSL color Cylindrical-coordinate representation of color #0ED6CB: hue angle of 176.7º 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 #0ED6CB is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 203 -
CMYK 0.93 0 0.05 0.16
HSL 176.7º 0.88% 0.45% -
HSV(B) 176.7º 0.93% 0.84% -
XYZ 35.01 52.5 64.79 -
YUV 152.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 14 214 203 0.93 0 0.05 0.16 176.7 0.88 0.45
Hex E D6 CB 5D 0 5 10 B1 58 2D
Octal 16 326 313 135 0 5 20 261 130 55
Binary 1110 11010110 11001011 1011101 0 101 10000 10110001 1011000 101101

Color Harmonies of #0ED6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED6CB

Black with #0ED6CB

Text Example


Text Example

White with #0ED6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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