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

📋 copy color: '#00DEBA'

red 0 ◦ green 222 ◦ blue 186

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

Shades of Robin's Egg Blue #00DEBA

Tints of Robin's Egg Blue #00DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 0%
G = 54.41%
B = 45.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#00DEBA (or 0x00DEBA) is known color: Robin's Egg Blue. HEX triplet: 00, DE and BA. RGB value is (0,222,186). Sum of RGB (Red+Green+Blue) = 0+222+186=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEBA is #FF2145. Grayscale: #979797. Windows color (decimal): -16720198 or 12246528. OLE color: 12246528.

HSL color Cylindrical-coordinate representation of color #00DEBA: hue angle of 170.27º 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 #00DEBA is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 186 -
CMYK 1 0 0.16 0.13
HSL 170.27º 1% 0.44% -
HSV(B) 170.27º 1% 0.87% -
XYZ 34.98 55.79 55.38 -
YUV 151.52 147.45 19.93 -
System Red Green Blue C M Y K H S L
Decimal 0 222 186 1 0 0.16 0.13 170.27 1 0.44
Hex 0 DE BA 64 0 10 D AA 64 2C
Octal 0 336 272 144 0 20 15 252 144 54
Binary 0 11011110 10111010 1100100 0 10000 1101 10101010 1100100 101100

Color Harmonies of #00DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEBA

Black with #00DEBA

Text Example


Text Example

White with #00DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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