Html Css Color HEX #05BFFE Deep Sky Blue

📋 copy color: '#05BFFE'

red 5 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #05BFFE

Tints of Deep Sky Blue #05BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 42.44%

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

R = 1.11%
G = 42.44%
B = 56.44%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05BFFE (or 0x05BFFE) is known color: Deep Sky Blue. HEX triplet: 05, BF and FE. RGB value is (5,191,254). Sum of RGB (Red+Green+Blue) = 5+191+254=450 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #05BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BFFE is #FA4001. Grayscale: #8E8E8E. Windows color (decimal): -16400386 or 16695045. OLE color: 16695045.

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

Color convert

RGB 5 191 254 -
CMYK 0.98 0.25 0 0.00
HSL 195.18º 0.99% 0.51% -
HSV(B) 195.18º 0.98% 1% -
XYZ 36.58 44.45 100.42 -
YUV 142.57 190.88 29.88 -
System Red Green Blue C M Y K H S L
Decimal 5 191 254 0.98 0.25 0 0.00 195.18 0.99 0.51
Hex 5 BF FE 62 19 0 0 C3 63 33
Octal 5 277 376 142 31 0 0 303 143 63
Binary 101 10111111 11111110 1100010 11001 0 0 11000011 1100011 110011

Color Harmonies of #05BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFFE

Black with #05BFFE

Text Example


Text Example

White with #05BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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