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

📋 copy color: '#01DEBA'

red 1 ◦ green 222 ◦ blue 186

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

Shades of Robin's Egg Blue #01DEBA

Tints of Robin's Egg Blue #01DEBA

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

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

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

R = 0.24%
G = 54.28%
B = 45.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#01DEBA (or 0x01DEBA) is known color: Robin's Egg Blue. HEX triplet: 01, DE and BA. RGB value is (1,222,186). Sum of RGB (Red+Green+Blue) = 1+222+186=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEBA is #FE2145. Grayscale: #979797. Windows color (decimal): -16654662 or 12246529. OLE color: 12246529.

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

Color convert

RGB 1 222 186 -
CMYK 1.00 0 0.16 0.13
HSL 170.23º 0.99% 0.44% -
HSV(B) 170.23º 1% 0.87% -
XYZ 35 55.79 55.38 -
YUV 151.82 147.28 20.43 -
System Red Green Blue C M Y K H S L
Decimal 1 222 186 1.00 0 0.16 0.13 170.23 0.99 0.44
Hex 1 DE BA 64 0 10 D AA 63 2C
Octal 1 336 272 144 0 20 15 252 143 54
Binary 1 11011110 10111010 1100100 0 10000 1101 10101010 1100011 101100

Color Harmonies of #01DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEBA

Black with #01DEBA

Text Example


Text Example

White with #01DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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