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

📋 copy color: '#05CABE'

red 5 ◦ green 202 ◦ blue 190

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

Shades of Robin's Egg Blue #05CABE

Tints of Robin's Egg Blue #05CABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 1.26%
G = 50.88%
B = 47.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#05CABE (or 0x05CABE) is known color: Robin's Egg Blue. HEX triplet: 05, CA and BE. RGB value is (5,202,190). Sum of RGB (Red+Green+Blue) = 5+202+190=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #05CABE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CABE is #FA3541. Grayscale: #8D8D8D. Windows color (decimal): -16397634 or 12503557. OLE color: 12503557.

HSL color Cylindrical-coordinate representation of color #05CABE: hue angle of 176.35º 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 #05CABE is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 202 190 -
CMYK 0.98 0 0.06 0.21
HSL 176.35º 0.95% 0.41% -
HSV(B) 176.35º 0.98% 0.79% -
XYZ 30.48 45.99 55.99 -
YUV 141.73 155.23 30.48 -
System Red Green Blue C M Y K H S L
Decimal 5 202 190 0.98 0 0.06 0.21 176.35 0.95 0.41
Hex 5 CA BE 62 0 6 15 B0 5F 29
Octal 5 312 276 142 0 6 25 260 137 51
Binary 101 11001010 10111110 1100010 0 110 10101 10110000 1011111 101001

Color Harmonies of #05CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CABE

Black with #05CABE

Text Example


Text Example

White with #05CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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