Html Css Color HEX #0FAAEB Deep Sky Blue

📋 copy color: '#0FAAEB'

red 15 ◦ green 170 ◦ blue 235

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

Shades of Deep Sky Blue #0FAAEB

Tints of Deep Sky Blue #0FAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 3.57%
G = 40.48%
B = 55.95%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FAAEB (or 0x0FAAEB) is known color: Deep Sky Blue. HEX triplet: 0F, AA and EB. RGB value is (15,170,235). Sum of RGB (Red+Green+Blue) = 15+170+235=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FAAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAEB is #F05514. Grayscale: #828282. Windows color (decimal): -15750421 or 15444495. OLE color: 15444495.

HSL color Cylindrical-coordinate representation of color #0FAAEB: hue angle of 197.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAEB is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 170 235 -
CMYK 0.94 0.28 0 0.08
HSL 197.73º 0.88% 0.49% -
HSV(B) 197.73º 0.94% 0.92% -
XYZ 29.57 34.85 83.77 -
YUV 131.07 186.65 45.21 -
System Red Green Blue C M Y K H S L
Decimal 15 170 235 0.94 0.28 0 0.08 197.73 0.88 0.49
Hex F AA EB 5E 1C 0 8 C6 58 31
Octal 17 252 353 136 34 0 10 306 130 61
Binary 1111 10101010 11101011 1011110 11100 0 1000 11000110 1011000 110001

Color Harmonies of #0FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAEB

Black with #0FAAEB

Text Example


Text Example

White with #0FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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