Html Css Color HEX #0AAFE5 Deep Sky Blue

📋 copy color: '#0AAFE5'

red 10 ◦ green 175 ◦ blue 229

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

Shades of Deep Sky Blue #0AAFE5

Tints of Deep Sky Blue #0AAFE5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 229 (89.84% from 255) = 55.31%

R = 2.42%
G = 42.27%
B = 55.31%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0AAFE5 (or 0x0AAFE5) is known color: Deep Sky Blue. HEX triplet: 0A, AF and E5. RGB value is (10,175,229). Sum of RGB (Red+Green+Blue) = 10+175+229=414 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #0AAFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFE5 is #F5501A. Grayscale: #838383. Windows color (decimal): -16076827 or 15052554. OLE color: 15052554.

HSL color Cylindrical-coordinate representation of color #0AAFE5: hue angle of 194.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAFE5 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 175 229 -
CMYK 0.96 0.24 0 0.10
HSL 194.79º 0.92% 0.47% -
HSV(B) 194.79º 0.96% 0.9% -
XYZ 29.6 36.38 79.59 -
YUV 131.82 182.84 41.11 -
System Red Green Blue C M Y K H S L
Decimal 10 175 229 0.96 0.24 0 0.10 194.79 0.92 0.47
Hex A AF E5 60 18 0 A C3 5C 2F
Octal 12 257 345 140 30 0 12 303 134 57
Binary 1010 10101111 11100101 1100000 11000 0 1010 11000011 1011100 101111

Color Harmonies of #0AAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFE5

Black with #0AAFE5

Text Example


Text Example

White with #0AAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,175,229); }

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

background-color css

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

 a { background-color: rgb(10,175,229); }

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

border-color css

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

 span { border-color: rgb(10,175,229); }

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