Html Css Color HEX #05D5FC Deep Sky Blue

📋 copy color: '#05D5FC'

red 5 ◦ green 213 ◦ blue 252

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

Shades of Deep Sky Blue #05D5FC

Tints of Deep Sky Blue #05D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 1.06%
G = 45.32%
B = 53.62%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05D5FC (or 0x05D5FC) is known color: Deep Sky Blue. HEX triplet: 05, D5 and FC. RGB value is (5,213,252). Sum of RGB (Red+Green+Blue) = 5+213+252=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #05D5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D5FC is #FA2A03. Grayscale: #9A9A9A. Windows color (decimal): -16394756 or 16569605. OLE color: 16569605.

HSL color Cylindrical-coordinate representation of color #05D5FC: hue angle of 189.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D5FC is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 213 252 -
CMYK 0.98 0.15 0 0.01
HSL 189.47º 0.98% 0.5% -
HSV(B) 189.47º 0.98% 0.99% -
XYZ 41.43 54.65 100.46 -
YUV 155.25 182.59 20.83 -
System Red Green Blue C M Y K H S L
Decimal 5 213 252 0.98 0.15 0 0.01 189.47 0.98 0.5
Hex 5 D5 FC 62 F 0 1 BD 62 32
Octal 5 325 374 142 17 0 1 275 142 62
Binary 101 11010101 11111100 1100010 1111 0 1 10111101 1100010 110010

Color Harmonies of #05D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D5FC

Black with #05D5FC

Text Example


Text Example

White with #05D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,213,252); }

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

background-color css

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

 a { background-color: rgb(5,213,252); }

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

border-color css

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

 span { border-color: rgb(5,213,252); }

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