Html Css Color HEX #05CEFE Deep Sky Blue

📋 copy color: '#05CEFE'

red 5 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #05CEFE

Tints of Deep Sky Blue #05CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

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

R = 1.08%
G = 44.3%
B = 54.62%

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

#05CEFE (or 0x05CEFE) is known color: Deep Sky Blue. HEX triplet: 05, CE and FE. RGB value is (5,206,254). Sum of RGB (Red+Green+Blue) = 5+206+254=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #05CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CEFE is #FA3101. Grayscale: #969696. Windows color (decimal): -16396546 or 16698885. OLE color: 16698885.

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

Color convert

RGB 5 206 254 -
CMYK 0.98 0.19 0 0.00
HSL 191.57º 0.99% 0.51% -
HSV(B) 191.57º 0.98% 1% -
XYZ 40.02 51.33 101.56 -
YUV 151.37 185.91 23.6 -
System Red Green Blue C M Y K H S L
Decimal 5 206 254 0.98 0.19 0 0.00 191.57 0.99 0.51
Hex 5 CE FE 62 13 0 0 C0 63 33
Octal 5 316 376 142 23 0 0 300 143 63
Binary 101 11001110 11111110 1100010 10011 0 0 11000000 1100011 110011

Color Harmonies of #05CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CEFE

Black with #05CEFE

Text Example


Text Example

White with #05CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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