Html Css Color HEX #05ACF3 Deep Sky Blue

📋 copy color: '#05ACF3'

red 5 ◦ green 172 ◦ blue 243

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

Shades of Deep Sky Blue #05ACF3

Tints of Deep Sky Blue #05ACF3

RGB

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

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

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

R = 1.19%
G = 40.95%
B = 57.86%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05ACF3 (or 0x05ACF3) is known color: Deep Sky Blue. HEX triplet: 05, AC and F3. RGB value is (5,172,243). Sum of RGB (Red+Green+Blue) = 5+172+243=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #05ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ACF3 is #FA530C. Grayscale: #818181. Windows color (decimal): -16405261 or 15969285. OLE color: 15969285.

HSL color Cylindrical-coordinate representation of color #05ACF3: hue angle of 197.9º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACF3 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 172 243 -
CMYK 0.98 0.29 0 0.05
HSL 197.9º 0.96% 0.49% -
HSV(B) 197.9º 0.98% 0.95% -
XYZ 30.99 36.01 90.11 -
YUV 130.16 191.67 38.73 -
System Red Green Blue C M Y K H S L
Decimal 5 172 243 0.98 0.29 0 0.05 197.9 0.96 0.49
Hex 5 AC F3 62 1D 0 5 C6 60 31
Octal 5 254 363 142 35 0 5 306 140 61
Binary 101 10101100 11110011 1100010 11101 0 101 11000110 1100000 110001

Color Harmonies of #05ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACF3

Black with #05ACF3

Text Example


Text Example

White with #05ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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