Html Css Color HEX #01ABF2 Deep Sky Blue

📋 copy color: '#01ABF2'

red 1 ◦ green 171 ◦ blue 242

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

Shades of Deep Sky Blue #01ABF2

Tints of Deep Sky Blue #01ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.45%

R = 0.24%
G = 41.3%
B = 58.45%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01ABF2 (or 0x01ABF2) is known color: Deep Sky Blue. HEX triplet: 01, AB and F2. RGB value is (1,171,242). Sum of RGB (Red+Green+Blue) = 1+171+242=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #01ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ABF2 is #FE540D. Grayscale: #7F7F7F. Windows color (decimal): -16667662 or 15903489. OLE color: 15903489.

HSL color Cylindrical-coordinate representation of color #01ABF2: hue angle of 197.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABF2 is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 171 242 -
CMYK 1.00 0.29 0 0.05
HSL 197.68º 0.99% 0.48% -
HSV(B) 197.68º 1% 0.95% -
XYZ 30.6 35.54 89.25 -
YUV 128.26 192.18 37.23 -
System Red Green Blue C M Y K H S L
Decimal 1 171 242 1.00 0.29 0 0.05 197.68 0.99 0.48
Hex 1 AB F2 64 1D 0 5 C6 63 30
Octal 1 253 362 144 35 0 5 306 143 60
Binary 1 10101011 11110010 1100100 11101 0 101 11000110 1100011 110000

Color Harmonies of #01ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABF2

Black with #01ABF2

Text Example


Text Example

White with #01ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,171,242); }

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

background-color css

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

 a { background-color: rgb(1,171,242); }

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

border-color css

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

 span { border-color: rgb(1,171,242); }

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