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

📋 copy color: '#01DEBC'

red 1 ◦ green 222 ◦ blue 188

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

Shades of Robin's Egg Blue #01DEBC

Tints of Robin's Egg Blue #01DEBC

RGB

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

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

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

R = 0.24%
G = 54.01%
B = 45.74%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#01DEBC (or 0x01DEBC) is known color: Robin's Egg Blue. HEX triplet: 01, DE and BC. RGB value is (1,222,188). Sum of RGB (Red+Green+Blue) = 1+222+188=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEBC is #FE2143. Grayscale: #979797. Windows color (decimal): -16654660 or 12377601. OLE color: 12377601.

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

Color convert

RGB 1 222 188 -
CMYK 1.00 0 0.15 0.13
HSL 170.77º 0.99% 0.44% -
HSV(B) 170.77º 1% 0.87% -
XYZ 35.21 55.88 56.51 -
YUV 152.05 148.28 20.26 -
System Red Green Blue C M Y K H S L
Decimal 1 222 188 1.00 0 0.15 0.13 170.77 0.99 0.44
Hex 1 DE BC 64 0 F D AB 63 2C
Octal 1 336 274 144 0 17 15 253 143 54
Binary 1 11011110 10111100 1100100 0 1111 1101 10101011 1100011 101100

Color Harmonies of #01DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEBC

Black with #01DEBC

Text Example


Text Example

White with #01DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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