Html Css Color HEX #01A8FB Deep Sky Blue

📋 copy color: '#01A8FB'

red 1 ◦ green 168 ◦ blue 251

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

Shades of Deep Sky Blue #01A8FB

Tints of Deep Sky Blue #01A8FB

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 0.24%
G = 40%
B = 59.76%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01A8FB (or 0x01A8FB) is known color: Deep Sky Blue. HEX triplet: 01, A8 and FB. RGB value is (1,168,251). Sum of RGB (Red+Green+Blue) = 1+168+251=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #01A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A8FB is #FE5704. Grayscale: #7F7F7F. Windows color (decimal): -16668421 or 16492545. OLE color: 16492545.

HSL color Cylindrical-coordinate representation of color #01A8FB: hue angle of 199.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8FB is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 168 251 -
CMYK 1.00 0.33 0 0.02
HSL 199.92º 0.99% 0.49% -
HSV(B) 199.92º 1% 0.98% -
XYZ 31.43 34.98 96.36 -
YUV 127.53 197.67 37.75 -
System Red Green Blue C M Y K H S L
Decimal 1 168 251 1.00 0.33 0 0.02 199.92 0.99 0.49
Hex 1 A8 FB 64 21 0 2 C8 63 31
Octal 1 250 373 144 41 0 2 310 143 61
Binary 1 10101000 11111011 1100100 100001 0 10 11001000 1100011 110001

Color Harmonies of #01A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A8FB

Black with #01A8FB

Text Example


Text Example

White with #01A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A8FB; }

 p { color: rgb(1,168,251); }

 H1.HeaderClassName
 {
   color: #01A8FB;
 }
 .AnyTagClassName
 {
   color: #01A8FB;
 }
</style>

background-color css

<style>
 a { background-color: #01A8FB; }

 a { background-color: rgb(1,168,251); }

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

border-color css

<style>
 span { border-color: #01A8FB; }

 span { border-color: rgb(1,168,251); }

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