Html Css Color HEX #05CCFE Deep Sky Blue

📋 copy color: '#05CCFE'

red 5 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #05CCFE

Tints of Deep Sky Blue #05CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 1.08%
G = 44.06%
B = 54.86%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05CCFE (or 0x05CCFE) is known color: Deep Sky Blue. HEX triplet: 05, CC and FE. RGB value is (5,204,254). Sum of RGB (Red+Green+Blue) = 5+204+254=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #05CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCFE is #FA3301. Grayscale: #959595. Windows color (decimal): -16397058 or 16698373. OLE color: 16698373.

HSL color Cylindrical-coordinate representation of color #05CCFE: hue angle of 192.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CCFE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 204 254 -
CMYK 0.98 0.20 0 0.00
HSL 192.05º 0.99% 0.51% -
HSV(B) 192.05º 0.98% 1% -
XYZ 39.54 50.37 101.4 -
YUV 150.2 186.57 24.43 -
System Red Green Blue C M Y K H S L
Decimal 5 204 254 0.98 0.20 0 0.00 192.05 0.99 0.51
Hex 5 CC FE 62 14 0 0 C0 63 33
Octal 5 314 376 142 24 0 0 300 143 63
Binary 101 11001100 11111110 1100010 10100 0 0 11000000 1100011 110011

Color Harmonies of #05CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CCFE

Black with #05CCFE

Text Example


Text Example

White with #05CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,204,254); }

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

background-color css

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

 a { background-color: rgb(5,204,254); }

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

border-color css

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

 span { border-color: rgb(5,204,254); }

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