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

📋 copy color: '#00DAC8'

red 0 ◦ green 218 ◦ blue 200

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

Shades of Robin's Egg Blue #00DAC8

Tints of Robin's Egg Blue #00DAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.15%

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 0%
G = 52.15%
B = 47.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#00DAC8 (or 0x00DAC8) is known color: Robin's Egg Blue. HEX triplet: 00, DA and C8. RGB value is (0,218,200). Sum of RGB (Red+Green+Blue) = 0+218+200=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DAC8 is #FF2537. Grayscale: #969696. Windows color (decimal): -16721208 or 13163008. OLE color: 13163008.

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

Color convert

RGB 0 218 200 -
CMYK 1 0 0.08 0.15
HSL 175.05º 1% 0.43% -
HSV(B) 175.05º 1% 0.85% -
XYZ 35.5 54.31 63.26 -
YUV 150.77 155.78 20.46 -
System Red Green Blue C M Y K H S L
Decimal 0 218 200 1 0 0.08 0.15 175.05 1 0.43
Hex 0 DA C8 64 0 8 F AF 64 2B
Octal 0 332 310 144 0 10 17 257 144 53
Binary 0 11011010 11001000 1100100 0 1000 1111 10101111 1100100 101011

Color Harmonies of #00DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DAC8

Black with #00DAC8

Text Example


Text Example

White with #00DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,218,200); }

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

background-color css

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

 a { background-color: rgb(0,218,200); }

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

border-color css

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

 span { border-color: rgb(0,218,200); }

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