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

📋 copy color: '#05CDB5'

red 5 ◦ green 205 ◦ blue 181

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

Shades of Robin's Egg Blue #05CDB5

Tints of Robin's Egg Blue #05CDB5

RGB

 RED value IS 5 (2.34% from 255) = 1.28%

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

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

R = 1.28%
G = 52.43%
B = 46.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#05CDB5 (or 0x05CDB5) is known color: Robin's Egg Blue. HEX triplet: 05, CD and B5. RGB value is (5,205,181). Sum of RGB (Red+Green+Blue) = 5+205+181=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDB5 is #FA324A. Grayscale: #8E8E8E. Windows color (decimal): -16396875 or 11914501. OLE color: 11914501.

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

Color convert

RGB 5 205 181 -
CMYK 0.98 0 0.12 0.20
HSL 172.8º 0.95% 0.41% -
HSV(B) 172.8º 0.98% 0.8% -
XYZ 30.23 47.03 51.2 -
YUV 142.46 149.74 29.95 -
System Red Green Blue C M Y K H S L
Decimal 5 205 181 0.98 0 0.12 0.20 172.8 0.95 0.41
Hex 5 CD B5 62 0 C 14 AD 5F 29
Octal 5 315 265 142 0 14 24 255 137 51
Binary 101 11001101 10110101 1100010 0 1100 10100 10101101 1011111 101001

Color Harmonies of #05CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CDB5

Black with #05CDB5

Text Example


Text Example

White with #05CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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