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

📋 copy color: '#00CDB3'

red 0 ◦ green 205 ◦ blue 179

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

Shades of Robin's Egg Blue #00CDB3

Tints of Robin's Egg Blue #00CDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 0%
G = 53.39%
B = 46.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#00CDB3 (or 0x00CDB3) is known color: Robin's Egg Blue. HEX triplet: 00, CD and B3. RGB value is (0,205,179). Sum of RGB (Red+Green+Blue) = 0+205+179=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDB3 is #FF324C. Grayscale: #8C8C8C. Windows color (decimal): -16724557 or 11783424. OLE color: 11783424.

HSL color Cylindrical-coordinate representation of color #00CDB3: hue angle of 172.39º 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 #00CDB3 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 205 179 -
CMYK 1 0 0.13 0.20
HSL 172.39º 1% 0.4% -
HSV(B) 172.39º 1% 0.8% -
XYZ 29.97 46.92 50.12 -
YUV 140.74 149.58 27.61 -
System Red Green Blue C M Y K H S L
Decimal 0 205 179 1 0 0.13 0.20 172.39 1 0.4
Hex 0 CD B3 64 0 D 14 AC 64 28
Octal 0 315 263 144 0 15 24 254 144 50
Binary 0 11001101 10110011 1100100 0 1101 10100 10101100 1100100 101000

Color Harmonies of #00CDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDB3

Black with #00CDB3

Text Example


Text Example

White with #00CDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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