Html Css Color HEX #0FAAFF Deep Sky Blue

📋 copy color: '#0FAAFF'

red 15 ◦ green 170 ◦ blue 255

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

Shades of Deep Sky Blue #0FAAFF

Tints of Deep Sky Blue #0FAAFF

RGB

 RED value IS 15 (6.25% from 255) = 3.41%

 GREEN value IS 170 (66.8% from 255) = 38.64%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 3.41%
G = 38.64%
B = 57.95%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FAAFF (or 0x0FAAFF) is known color: Deep Sky Blue. HEX triplet: 0F, AA and FF. RGB value is (15,170,255). Sum of RGB (Red+Green+Blue) = 15+170+255=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FAAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAFF is #F05500. Grayscale: #848484. Windows color (decimal): -15750401 or 16755215. OLE color: 16755215.

HSL color Cylindrical-coordinate representation of color #0FAAFF: hue angle of 201.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAFF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 170 255 -
CMYK 0.94 0.33 0 0
HSL 201.25º 1% 0.53% -
HSV(B) 201.25º 0.94% 1% -
XYZ 32.62 36.07 99.85 -
YUV 133.35 196.65 43.59 -
System Red Green Blue C M Y K H S L
Decimal 15 170 255 0.94 0.33 0 0 201.25 1 0.53
Hex F AA FF 5E 21 0 0 C9 64 35
Octal 17 252 377 136 41 0 0 311 144 65
Binary 1111 10101010 11111111 1011110 100001 0 0 11001001 1100100 110101

Color Harmonies of #0FAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAFF

Black with #0FAAFF

Text Example


Text Example

White with #0FAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,255); }

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

background-color css

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

 a { background-color: rgb(15,170,255); }

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

border-color css

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

 span { border-color: rgb(15,170,255); }

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