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

📋 copy color: '#05CFBF'

red 5 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #05CFBF

Tints of Robin's Egg Blue #05CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 1.24%
G = 51.36%
B = 47.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#05CFBF (or 0x05CFBF) is known color: Robin's Egg Blue. HEX triplet: 05, CF and BF. RGB value is (5,207,191). Sum of RGB (Red+Green+Blue) = 5+207+191=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFBF is #FA3040. Grayscale: #909090. Windows color (decimal): -16396353 or 12570373. OLE color: 12570373.

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

Color convert

RGB 5 207 191 -
CMYK 0.98 0 0.08 0.19
HSL 175.25º 0.95% 0.42% -
HSV(B) 175.25º 0.98% 0.81% -
XYZ 31.78 48.42 56.96 -
YUV 144.78 154.08 28.3 -
System Red Green Blue C M Y K H S L
Decimal 5 207 191 0.98 0 0.08 0.19 175.25 0.95 0.42
Hex 5 CF BF 62 0 8 13 AF 5F 2A
Octal 5 317 277 142 0 10 23 257 137 52
Binary 101 11001111 10111111 1100010 0 1000 10011 10101111 1011111 101010

Color Harmonies of #05CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFBF

Black with #05CFBF

Text Example


Text Example

White with #05CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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