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

📋 copy color: '#05CFBC'

red 5 ◦ green 207 ◦ blue 188

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

Shades of Robin's Egg Blue #05CFBC

Tints of Robin's Egg Blue #05CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 1.25%
G = 51.75%
B = 47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#05CFBC (or 0x05CFBC) is known color: Robin's Egg Blue. HEX triplet: 05, CF and BC. RGB value is (5,207,188). Sum of RGB (Red+Green+Blue) = 5+207+188=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFBC is #FA3043. Grayscale: #909090. Windows color (decimal): -16396356 or 12373765. OLE color: 12373765.

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

Color convert

RGB 5 207 188 -
CMYK 0.98 0 0.09 0.19
HSL 174.36º 0.95% 0.42% -
HSV(B) 174.36º 0.98% 0.81% -
XYZ 31.45 48.29 55.24 -
YUV 144.44 152.58 28.54 -
System Red Green Blue C M Y K H S L
Decimal 5 207 188 0.98 0 0.09 0.19 174.36 0.95 0.42
Hex 5 CF BC 62 0 9 13 AE 5F 2A
Octal 5 317 274 142 0 11 23 256 137 52
Binary 101 11001111 10111100 1100010 0 1001 10011 10101110 1011111 101010

Color Harmonies of #05CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFBC

Black with #05CFBC

Text Example


Text Example

White with #05CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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