Html Css Color HEX #05CFFE Deep Sky Blue

📋 copy color: '#05CFFE'

red 5 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #05CFFE

Tints of Deep Sky Blue #05CFFE

RGB

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

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

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

R = 1.07%
G = 44.42%
B = 54.51%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05CFFE (or 0x05CFFE) is known color: Deep Sky Blue. HEX triplet: 05, CF and FE. RGB value is (5,207,254). Sum of RGB (Red+Green+Blue) = 5+207+254=466 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #05CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFFE is #FA3001. Grayscale: #979797. Windows color (decimal): -16396290 or 16699141. OLE color: 16699141.

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

Color convert

RGB 5 207 254 -
CMYK 0.98 0.19 0 0.00
HSL 191.33º 0.99% 0.51% -
HSV(B) 191.33º 0.98% 1% -
XYZ 40.26 51.81 101.64 -
YUV 151.96 185.58 23.18 -
System Red Green Blue C M Y K H S L
Decimal 5 207 254 0.98 0.19 0 0.00 191.33 0.99 0.51
Hex 5 CF FE 62 13 0 0 BF 63 33
Octal 5 317 376 142 23 0 0 277 143 63
Binary 101 11001111 11111110 1100010 10011 0 0 10111111 1100011 110011

Color Harmonies of #05CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFFE

Black with #05CFFE

Text Example


Text Example

White with #05CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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