Html Css Color HEX #05C7EF Deep Sky Blue

📋 copy color: '#05C7EF'

red 5 ◦ green 199 ◦ blue 239

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

Shades of Deep Sky Blue #05C7EF

Tints of Deep Sky Blue #05C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 1.13%
G = 44.92%
B = 53.95%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#05C7EF (or 0x05C7EF) is known color: Deep Sky Blue. HEX triplet: 05, C7 and EF. RGB value is (5,199,239). Sum of RGB (Red+Green+Blue) = 5+199+239=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #05C7EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C7EF is #FA3810. Grayscale: #919191. Windows color (decimal): -16398353 or 15714053. OLE color: 15714053.

HSL color Cylindrical-coordinate representation of color #05C7EF: hue angle of 190.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C7EF is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 199 239 -
CMYK 0.98 0.17 0 0.06
HSL 190.26º 0.96% 0.48% -
HSV(B) 190.26º 0.98% 0.94% -
XYZ 36.07 47.11 88.85 -
YUV 145.55 180.73 27.75 -
System Red Green Blue C M Y K H S L
Decimal 5 199 239 0.98 0.17 0 0.06 190.26 0.96 0.48
Hex 5 C7 EF 62 11 0 6 BE 60 30
Octal 5 307 357 142 21 0 6 276 140 60
Binary 101 11000111 11101111 1100010 10001 0 110 10111110 1100000 110000

Color Harmonies of #05C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C7EF

Black with #05C7EF

Text Example


Text Example

White with #05C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,199,239); }

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

background-color css

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

 a { background-color: rgb(5,199,239); }

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

border-color css

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

 span { border-color: rgb(5,199,239); }

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