Html Css Color HEX #0AC5FC Deep Sky Blue

📋 copy color: '#0AC5FC'

red 10 ◦ green 197 ◦ blue 252

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

Shades of Deep Sky Blue #0AC5FC

Tints of Deep Sky Blue #0AC5FC

RGB

 RED value IS 10 (4.3% from 255) = 2.18%

 GREEN value IS 197 (77.34% from 255) = 42.92%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 2.18%
G = 42.92%
B = 54.9%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0AC5FC (or 0x0AC5FC) is known color: Deep Sky Blue. HEX triplet: 0A, C5 and FC. RGB value is (10,197,252). Sum of RGB (Red+Green+Blue) = 10+197+252=459 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AC5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC5FC is #F53A03. Grayscale: #929292. Windows color (decimal): -16071172 or 16565514. OLE color: 16565514.

HSL color Cylindrical-coordinate representation of color #0AC5FC: hue angle of 193.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC5FC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 197 252 -
CMYK 0.96 0.22 0 0.01
HSL 193.64º 0.98% 0.51% -
HSV(B) 193.64º 0.96% 0.99% -
XYZ 37.66 47.03 99.19 -
YUV 147.36 187.05 30.03 -
System Red Green Blue C M Y K H S L
Decimal 10 197 252 0.96 0.22 0 0.01 193.64 0.98 0.51
Hex A C5 FC 60 16 0 1 C2 62 33
Octal 12 305 374 140 26 0 1 302 142 63
Binary 1010 11000101 11111100 1100000 10110 0 1 11000010 1100010 110011

Color Harmonies of #0AC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC5FC

Black with #0AC5FC

Text Example


Text Example

White with #0AC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC5FC; }

 p { color: rgb(10,197,252); }

 H1.HeaderClassName
 {
   color: #0AC5FC;
 }
 .AnyTagClassName
 {
   color: #0AC5FC;
 }
</style>

background-color css

<style>
 a { background-color: #0AC5FC; }

 a { background-color: rgb(10,197,252); }

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

border-color css

<style>
 span { border-color: #0AC5FC; }

 span { border-color: rgb(10,197,252); }

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