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

📋 copy color: '#00CDCE'

red 0 ◦ green 205 ◦ blue 206

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

Shades of Robin's Egg Blue #00CDCE

Tints of Robin's Egg Blue #00CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 0%
G = 49.88%
B = 50.12%

CMYK

 C value IS 1

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00CDCE (or 0x00CDCE) is known color: Robin's Egg Blue. HEX triplet: 00, CD and CE. RGB value is (0,205,206). Sum of RGB (Red+Green+Blue) = 0+205+206=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #00CDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDCE is #FF3231. Grayscale: #8F8F8F. Windows color (decimal): -16724530 or 13552896. OLE color: 13552896.

HSL color Cylindrical-coordinate representation of color #00CDCE: hue angle of 180.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDCE is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 205 206 -
CMYK 1 0.00 0 0.19
HSL 180.29º 1% 0.4% -
HSV(B) 180.29º 1% 0.81% -
XYZ 32.97 48.12 65.94 -
YUV 143.82 163.08 25.42 -
System Red Green Blue C M Y K H S L
Decimal 0 205 206 1 0.00 0 0.19 180.29 1 0.4
Hex 0 CD CE 64 0 0 13 B4 64 28
Octal 0 315 316 144 0 0 23 264 144 50
Binary 0 11001101 11001110 1100100 0 0 10011 10110100 1100100 101000

Color Harmonies of #00CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDCE

Black with #00CDCE

Text Example


Text Example

White with #00CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,205,206); }

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

background-color css

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

 a { background-color: rgb(0,205,206); }

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

border-color css

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

 span { border-color: rgb(0,205,206); }

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