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

📋 copy color: '#05CFB6'

red 5 ◦ green 207 ◦ blue 182

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

Shades of Robin's Egg Blue #05CFB6

Tints of Robin's Egg Blue #05CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.54%

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 1.27%
G = 52.54%
B = 46.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#05CFB6 (or 0x05CFB6) is known color: Robin's Egg Blue. HEX triplet: 05, CF and B6. RGB value is (5,207,182). Sum of RGB (Red+Green+Blue) = 5+207+182=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFB6 is #FA3049. Grayscale: #8F8F8F. Windows color (decimal): -16396362 or 11980549. OLE color: 11980549.

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

Color convert

RGB 5 207 182 -
CMYK 0.98 0 0.12 0.19
HSL 172.57º 0.95% 0.42% -
HSV(B) 172.57º 0.98% 0.81% -
XYZ 30.82 48.04 51.9 -
YUV 143.75 149.58 29.03 -
System Red Green Blue C M Y K H S L
Decimal 5 207 182 0.98 0 0.12 0.19 172.57 0.95 0.42
Hex 5 CF B6 62 0 C 13 AD 5F 2A
Octal 5 317 266 142 0 14 23 255 137 52
Binary 101 11001111 10110110 1100010 0 1100 10011 10101101 1011111 101010

Color Harmonies of #05CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFB6

Black with #05CFB6

Text Example


Text Example

White with #05CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,182); }

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

background-color css

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

 a { background-color: rgb(5,207,182); }

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

border-color css

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

 span { border-color: rgb(5,207,182); }

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