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

📋 copy color: '#05CAC9'

red 5 ◦ green 202 ◦ blue 201

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

Shades of Robin's Egg Blue #05CAC9

Tints of Robin's Egg Blue #05CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 1.23%
G = 49.51%
B = 49.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#05CAC9 (or 0x05CAC9) is known color: Robin's Egg Blue. HEX triplet: 05, CA and C9. RGB value is (5,202,201). Sum of RGB (Red+Green+Blue) = 5+202+201=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #05CAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CAC9 is #FA3536. Grayscale: #8E8E8E. Windows color (decimal): -16397623 or 13224453. OLE color: 13224453.

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

Color convert

RGB 5 202 201 -
CMYK 0.98 0 0.00 0.21
HSL 179.7º 0.95% 0.41% -
HSV(B) 179.7º 0.98% 0.79% -
XYZ 31.73 46.49 62.56 -
YUV 142.98 160.73 29.58 -
System Red Green Blue C M Y K H S L
Decimal 5 202 201 0.98 0 0.00 0.21 179.7 0.95 0.41
Hex 5 CA C9 62 0 0 15 B4 5F 29
Octal 5 312 311 142 0 0 25 264 137 51
Binary 101 11001010 11001001 1100010 0 0 10101 10110100 1011111 101001

Color Harmonies of #05CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CAC9

Black with #05CAC9

Text Example


Text Example

White with #05CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,202,201); }

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

background-color css

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

 a { background-color: rgb(5,202,201); }

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

border-color css

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

 span { border-color: rgb(5,202,201); }

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