Html Css Color HEX #0AA5F1 Deep Sky Blue

📋 copy color: '#0AA5F1'

red 10 ◦ green 165 ◦ blue 241

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

Shades of Deep Sky Blue #0AA5F1

Tints of Deep Sky Blue #0AA5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 241 (94.53% from 255) = 57.93%

R = 2.4%
G = 39.66%
B = 57.93%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0AA5F1 (or 0x0AA5F1) is known color: Deep Sky Blue. HEX triplet: 0A, A5 and F1. RGB value is (10,165,241). Sum of RGB (Red+Green+Blue) = 10+165+241=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #0AA5F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA5F1 is #F55A0E. Grayscale: #7E7E7E. Windows color (decimal): -16079375 or 15836426. OLE color: 15836426.

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

Color convert

RGB 10 165 241 -
CMYK 0.96 0.32 0 0.05
HSL 199.74º 0.92% 0.49% -
HSV(B) 199.74º 0.96% 0.95% -
XYZ 29.46 33.33 88.1 -
YUV 127.32 192.15 44.32 -
System Red Green Blue C M Y K H S L
Decimal 10 165 241 0.96 0.32 0 0.05 199.74 0.92 0.49
Hex A A5 F1 60 20 0 5 C8 5C 31
Octal 12 245 361 140 40 0 5 310 134 61
Binary 1010 10100101 11110001 1100000 100000 0 101 11001000 1011100 110001

Color Harmonies of #0AA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA5F1

Black with #0AA5F1

Text Example


Text Example

White with #0AA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,165,241); }

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

background-color css

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

 a { background-color: rgb(10,165,241); }

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

border-color css

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

 span { border-color: rgb(10,165,241); }

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