Html Css Color HEX #05ABFB Deep Sky Blue

📋 copy color: '#05ABFB'

red 5 ◦ green 171 ◦ blue 251

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

Shades of Deep Sky Blue #05ABFB

Tints of Deep Sky Blue #05ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 1.17%
G = 40.05%
B = 58.78%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05ABFB (or 0x05ABFB) is known color: Deep Sky Blue. HEX triplet: 05, AB and FB. RGB value is (5,171,251). Sum of RGB (Red+Green+Blue) = 5+171+251=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #05ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ABFB is #FA5404. Grayscale: #828282. Windows color (decimal): -16405509 or 16493317. OLE color: 16493317.

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

Color convert

RGB 5 171 251 -
CMYK 0.98 0.32 0 0.02
HSL 199.51º 0.97% 0.5% -
HSV(B) 199.51º 0.98% 0.98% -
XYZ 32.04 36.12 96.55 -
YUV 130.49 196 38.5 -
System Red Green Blue C M Y K H S L
Decimal 5 171 251 0.98 0.32 0 0.02 199.51 0.97 0.5
Hex 5 AB FB 62 20 0 2 C8 61 32
Octal 5 253 373 142 40 0 2 310 141 62
Binary 101 10101011 11111011 1100010 100000 0 10 11001000 1100001 110010

Color Harmonies of #05ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABFB

Black with #05ABFB

Text Example


Text Example

White with #05ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,171,251); }

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

background-color css

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

 a { background-color: rgb(5,171,251); }

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

border-color css

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

 span { border-color: rgb(5,171,251); }

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