Html Css Color HEX #00CEBD Robin's Egg Blue

📋 copy color: '#00CEBD'

red 0 ◦ green 206 ◦ blue 189

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

Shades of Robin's Egg Blue #00CEBD

Tints of Robin's Egg Blue #00CEBD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 206 (80.86% from 255) = 52.15%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 0%
G = 52.15%
B = 47.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#00CEBD (or 0x00CEBD) is known color: Robin's Egg Blue. HEX triplet: 00, CE and BD. RGB value is (0,206,189). Sum of RGB (Red+Green+Blue) = 0+206+189=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEBD is #FF3142. Grayscale: #8E8E8E. Windows color (decimal): -16724291 or 12439040. OLE color: 12439040.

HSL color Cylindrical-coordinate representation of color #00CEBD: hue angle of 175.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEBD is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 189 -
CMYK 1 0 0.08 0.19
HSL 175.05º 1% 0.4% -
HSV(B) 175.05º 1% 0.81% -
XYZ 31.26 47.82 55.73 -
YUV 142.47 154.25 26.38 -
System Red Green Blue C M Y K H S L
Decimal 0 206 189 1 0 0.08 0.19 175.05 1 0.4
Hex 0 CE BD 64 0 8 13 AF 64 28
Octal 0 316 275 144 0 10 23 257 144 50
Binary 0 11001110 10111101 1100100 0 1000 10011 10101111 1100100 101000

Color Harmonies of #00CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEBD

Black with #00CEBD

Text Example


Text Example

White with #00CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CEBD; }

 p { color: rgb(0,206,189); }

 H1.HeaderClassName
 {
   color: #00CEBD;
 }
 .AnyTagClassName
 {
   color: #00CEBD;
 }
</style>

background-color css

<style>
 a { background-color: #00CEBD; }

 a { background-color: rgb(0,206,189); }

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

border-color css

<style>
 span { border-color: #00CEBD; }

 span { border-color: rgb(0,206,189); }

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