Html Css Color HEX #0FA9FD Deep Sky Blue

📋 copy color: '#0FA9FD'

red 15 ◦ green 169 ◦ blue 253

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

Shades of Deep Sky Blue #0FA9FD

Tints of Deep Sky Blue #0FA9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 3.43%
G = 38.67%
B = 57.89%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FA9FD (or 0x0FA9FD) is known color: Deep Sky Blue. HEX triplet: 0F, A9 and FD. RGB value is (15,169,253). Sum of RGB (Red+Green+Blue) = 15+169+253=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FA9FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA9FD is #F05602. Grayscale: #848484. Windows color (decimal): -15750659 or 16623887. OLE color: 16623887.

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

Color convert

RGB 15 169 253 -
CMYK 0.94 0.33 0 0.01
HSL 201.18º 0.98% 0.53% -
HSV(B) 201.18º 0.94% 0.99% -
XYZ 32.11 35.57 98.1 -
YUV 132.53 195.98 44.17 -
System Red Green Blue C M Y K H S L
Decimal 15 169 253 0.94 0.33 0 0.01 201.18 0.98 0.53
Hex F A9 FD 5E 21 0 1 C9 62 35
Octal 17 251 375 136 41 0 1 311 142 65
Binary 1111 10101001 11111101 1011110 100001 0 1 11001001 1100010 110101

Color Harmonies of #0FA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA9FD

Black with #0FA9FD

Text Example


Text Example

White with #0FA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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