Html Css Color HEX #01ACF3 Deep Sky Blue

📋 copy color: '#01ACF3'

red 1 ◦ green 172 ◦ blue 243

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

Shades of Deep Sky Blue #01ACF3

Tints of Deep Sky Blue #01ACF3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 243 (95.31% from 255) = 58.41%

R = 0.24%
G = 41.35%
B = 58.41%

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

#01ACF3 (or 0x01ACF3) is known color: Deep Sky Blue. HEX triplet: 01, AC and F3. RGB value is (1,172,243). Sum of RGB (Red+Green+Blue) = 1+172+243=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #01ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ACF3 is #FE530C. Grayscale: #808080. Windows color (decimal): -16667405 or 15969281. OLE color: 15969281.

HSL color Cylindrical-coordinate representation of color #01ACF3: hue angle of 197.6º 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 #01ACF3 is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 172 243 -
CMYK 1.00 0.29 0 0.05
HSL 197.6º 0.99% 0.48% -
HSV(B) 197.6º 1% 0.95% -
XYZ 30.94 35.98 90.11 -
YUV 128.97 192.35 36.73 -
System Red Green Blue C M Y K H S L
Decimal 1 172 243 1.00 0.29 0 0.05 197.6 0.99 0.48
Hex 1 AC F3 64 1D 0 5 C6 63 30
Octal 1 254 363 144 35 0 5 306 143 60
Binary 1 10101100 11110011 1100100 11101 0 101 11000110 1100011 110000

Color Harmonies of #01ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACF3

Black with #01ACF3

Text Example


Text Example

White with #01ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,243); }

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

background-color css

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

 a { background-color: rgb(1,172,243); }

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

border-color css

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

 span { border-color: rgb(1,172,243); }

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