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

📋 copy color: '#00DEBC'

red 0 ◦ green 222 ◦ blue 188

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

Shades of Robin's Egg Blue #00DEBC

Tints of Robin's Egg Blue #00DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.15%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 0%
G = 54.15%
B = 45.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#00DEBC (or 0x00DEBC) is known color: Robin's Egg Blue. HEX triplet: 00, DE and BC. RGB value is (0,222,188). Sum of RGB (Red+Green+Blue) = 0+222+188=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEBC is #FF2143. Grayscale: #979797. Windows color (decimal): -16720196 or 12377600. OLE color: 12377600.

HSL color Cylindrical-coordinate representation of color #00DEBC: hue angle of 170.81º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEBC is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 188 -
CMYK 1 0 0.15 0.13
HSL 170.81º 1% 0.44% -
HSV(B) 170.81º 1% 0.87% -
XYZ 35.2 55.87 56.51 -
YUV 151.75 148.45 19.76 -
System Red Green Blue C M Y K H S L
Decimal 0 222 188 1 0 0.15 0.13 170.81 1 0.44
Hex 0 DE BC 64 0 F D AB 64 2C
Octal 0 336 274 144 0 17 15 253 144 54
Binary 0 11011110 10111100 1100100 0 1111 1101 10101011 1100100 101100

Color Harmonies of #00DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEBC

Black with #00DEBC

Text Example


Text Example

White with #00DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,222,188); }

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

background-color css

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

 a { background-color: rgb(0,222,188); }

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

border-color css

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

 span { border-color: rgb(0,222,188); }

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