Html Css Color HEX #05C7EE Deep Sky Blue

📋 copy color: '#05C7EE'

red 5 ◦ green 199 ◦ blue 238

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

Shades of Deep Sky Blue #05C7EE

Tints of Deep Sky Blue #05C7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 1.13%
G = 45.02%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05C7EE (or 0x05C7EE) is known color: Deep Sky Blue. HEX triplet: 05, C7 and EE. RGB value is (5,199,238). Sum of RGB (Red+Green+Blue) = 5+199+238=442 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #05C7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C7EE is #FA3811. Grayscale: #919191. Windows color (decimal): -16398354 or 15648517. OLE color: 15648517.

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

Color convert

RGB 5 199 238 -
CMYK 0.98 0.16 0 0.07
HSL 190.04º 0.96% 0.48% -
HSV(B) 190.04º 0.98% 0.93% -
XYZ 35.92 47.05 88.08 -
YUV 145.44 180.23 27.83 -
System Red Green Blue C M Y K H S L
Decimal 5 199 238 0.98 0.16 0 0.07 190.04 0.96 0.48
Hex 5 C7 EE 62 10 0 7 BE 60 30
Octal 5 307 356 142 20 0 7 276 140 60
Binary 101 11000111 11101110 1100010 10000 0 111 10111110 1100000 110000

Color Harmonies of #05C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C7EE

Black with #05C7EE

Text Example


Text Example

White with #05C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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