Html Css Color HEX #0AAEFE Deep Sky Blue

📋 copy color: '#0AAEFE'

red 10 ◦ green 174 ◦ blue 254

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

Shades of Deep Sky Blue #0AAEFE

Tints of Deep Sky Blue #0AAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 2.28%
G = 39.73%
B = 57.99%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0AAEFE (or 0x0AAEFE) is known color: Deep Sky Blue. HEX triplet: 0A, AE and FE. RGB value is (10,174,254). Sum of RGB (Red+Green+Blue) = 10+174+254=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AAEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAEFE is #F55101. Grayscale: #858585. Windows color (decimal): -16077058 or 16690698. OLE color: 16690698.

HSL color Cylindrical-coordinate representation of color #0AAEFE: hue angle of 199.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAEFE is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 174 254 -
CMYK 0.96 0.31 0 0.00
HSL 199.67º 0.99% 0.52% -
HSV(B) 199.67º 0.96% 1% -
XYZ 33.15 37.49 99.26 -
YUV 134.08 195.67 39.5 -
System Red Green Blue C M Y K H S L
Decimal 10 174 254 0.96 0.31 0 0.00 199.67 0.99 0.52
Hex A AE FE 60 1F 0 0 C8 63 34
Octal 12 256 376 140 37 0 0 310 143 64
Binary 1010 10101110 11111110 1100000 11111 0 0 11001000 1100011 110100

Color Harmonies of #0AAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEFE

Black with #0AAEFE

Text Example


Text Example

White with #0AAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,174,254); }

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

background-color css

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

 a { background-color: rgb(10,174,254); }

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

border-color css

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

 span { border-color: rgb(10,174,254); }

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