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

📋 copy color: '#00CDB5'

red 0 ◦ green 205 ◦ blue 181

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

Shades of Robin's Egg Blue #00CDB5

Tints of Robin's Egg Blue #00CDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 0%
G = 53.11%
B = 46.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#00CDB5 (or 0x00CDB5) is known color: Robin's Egg Blue. HEX triplet: 00, CD and B5. RGB value is (0,205,181). Sum of RGB (Red+Green+Blue) = 0+205+181=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDB5 is #FF324A. Grayscale: #8C8C8C. Windows color (decimal): -16724555 or 11914496. OLE color: 11914496.

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

Color convert

RGB 0 205 181 -
CMYK 1 0 0.12 0.20
HSL 172.98º 1% 0.4% -
HSV(B) 172.98º 1% 0.8% -
XYZ 30.17 47 51.2 -
YUV 140.97 150.58 27.45 -
System Red Green Blue C M Y K H S L
Decimal 0 205 181 1 0 0.12 0.20 172.98 1 0.4
Hex 0 CD B5 64 0 C 14 AD 64 28
Octal 0 315 265 144 0 14 24 255 144 50
Binary 0 11001101 10110101 1100100 0 1100 10100 10101101 1100100 101000

Color Harmonies of #00CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDB5

Black with #00CDB5

Text Example


Text Example

White with #00CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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