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

📋 copy color: '#05CFCD'

red 5 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #05CFCD

Tints of Robin's Egg Blue #05CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 1.2%
G = 49.64%
B = 49.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#05CFCD (or 0x05CFCD) is known color: Robin's Egg Blue. HEX triplet: 05, CF and CD. RGB value is (5,207,205). Sum of RGB (Red+Green+Blue) = 5+207+205=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFCD is #FA3032. Grayscale: #929292. Windows color (decimal): -16396339 or 13487877. OLE color: 13487877.

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

Color convert

RGB 5 207 205 -
CMYK 0.98 0 0.01 0.19
HSL 179.41º 0.95% 0.42% -
HSV(B) 179.41º 0.98% 0.81% -
XYZ 33.39 49.07 65.47 -
YUV 146.37 161.08 27.16 -
System Red Green Blue C M Y K H S L
Decimal 5 207 205 0.98 0 0.01 0.19 179.41 0.95 0.42
Hex 5 CF CD 62 0 1 13 B3 5F 2A
Octal 5 317 315 142 0 1 23 263 137 52
Binary 101 11001111 11001101 1100010 0 1 10011 10110011 1011111 101010

Color Harmonies of #05CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFCD

Black with #05CFCD

Text Example


Text Example

White with #05CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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