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

📋 copy color: '#01DEBE'

red 1 ◦ green 222 ◦ blue 190

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

Shades of Robin's Egg Blue #01DEBE

Tints of Robin's Egg Blue #01DEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 0.24%
G = 53.75%
B = 46%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#01DEBE (or 0x01DEBE) is known color: Robin's Egg Blue. HEX triplet: 01, DE and BE. RGB value is (1,222,190). Sum of RGB (Red+Green+Blue) = 1+222+190=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEBE is #FE2141. Grayscale: #989898. Windows color (decimal): -16654658 or 12508673. OLE color: 12508673.

HSL color Cylindrical-coordinate representation of color #01DEBE: hue angle of 171.31º 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 #01DEBE is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 190 -
CMYK 1.00 0 0.14 0.13
HSL 171.31º 0.99% 0.44% -
HSV(B) 171.31º 1% 0.87% -
XYZ 35.43 55.97 57.65 -
YUV 152.27 149.28 20.1 -
System Red Green Blue C M Y K H S L
Decimal 1 222 190 1.00 0 0.14 0.13 171.31 0.99 0.44
Hex 1 DE BE 64 0 E D AB 63 2C
Octal 1 336 276 144 0 16 15 253 143 54
Binary 1 11011110 10111110 1100100 0 1110 1101 10101011 1100011 101100

Color Harmonies of #01DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEBE

Black with #01DEBE

Text Example


Text Example

White with #01DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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