Html Css Color HEX #0FA9EE Deep Sky Blue

📋 copy color: '#0FA9EE'

red 15 ◦ green 169 ◦ blue 238

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

Shades of Deep Sky Blue #0FA9EE

Tints of Deep Sky Blue #0FA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 3.55%
G = 40.05%
B = 56.4%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FA9EE (or 0x0FA9EE) is known color: Deep Sky Blue. HEX triplet: 0F, A9 and EE. RGB value is (15,169,238). Sum of RGB (Red+Green+Blue) = 15+169+238=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FA9EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA9EE is #F05611. Grayscale: #828282. Windows color (decimal): -15750674 or 15640847. OLE color: 15640847.

HSL color Cylindrical-coordinate representation of color #0FA9EE: hue angle of 198.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA9EE is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 169 238 -
CMYK 0.94 0.29 0 0.07
HSL 198.57º 0.88% 0.5% -
HSV(B) 198.57º 0.94% 0.93% -
XYZ 29.82 34.65 86.01 -
YUV 130.82 188.48 45.39 -
System Red Green Blue C M Y K H S L
Decimal 15 169 238 0.94 0.29 0 0.07 198.57 0.88 0.5
Hex F A9 EE 5E 1D 0 7 C7 58 32
Octal 17 251 356 136 35 0 7 307 130 62
Binary 1111 10101001 11101110 1011110 11101 0 111 11000111 1011000 110010

Color Harmonies of #0FA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA9EE

Black with #0FA9EE

Text Example


Text Example

White with #0FA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,238); }

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

background-color css

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

 a { background-color: rgb(15,169,238); }

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

border-color css

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

 span { border-color: rgb(15,169,238); }

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