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

📋 copy color: '#00D6CC'

red 0 ◦ green 214 ◦ blue 204

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

Shades of Robin's Egg Blue #00D6CC

Tints of Robin's Egg Blue #00D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 0%
G = 51.2%
B = 48.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#00D6CC (or 0x00D6CC) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and CC. RGB value is (0,214,204). Sum of RGB (Red+Green+Blue) = 0+214+204=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6CC is #FF2933. Grayscale: #949494. Windows color (decimal): -16722228 or 13424128. OLE color: 13424128.

HSL color Cylindrical-coordinate representation of color #00D6CC: hue angle of 177.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6CC is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 204 -
CMYK 1 0 0.05 0.16
HSL 177.2º 1% 0.42% -
HSV(B) 177.2º 1% 0.84% -
XYZ 34.95 52.45 65.41 -
YUV 148.87 159.1 21.81 -
System Red Green Blue C M Y K H S L
Decimal 0 214 204 1 0 0.05 0.16 177.2 1 0.42
Hex 0 D6 CC 64 0 5 10 B1 64 2A
Octal 0 326 314 144 0 5 20 261 144 52
Binary 0 11010110 11001100 1100100 0 101 10000 10110001 1100100 101010

Color Harmonies of #00D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D6CC

Black with #00D6CC

Text Example


Text Example

White with #00D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,204); }

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

background-color css

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

 a { background-color: rgb(0,214,204); }

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

border-color css

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

 span { border-color: rgb(0,214,204); }

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