Html Css Color HEX #0FADFD Deep Sky Blue

📋 copy color: '#0FADFD'

red 15 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #0FADFD

Tints of Deep Sky Blue #0FADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 3.4%
G = 39.23%
B = 57.37%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FADFD (or 0x0FADFD) is known color: Deep Sky Blue. HEX triplet: 0F, AD and FD. RGB value is (15,173,253). Sum of RGB (Red+Green+Blue) = 15+173+253=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FADFD is #F05202. Grayscale: #868686. Windows color (decimal): -15749635 or 16624911. OLE color: 16624911.

HSL color Cylindrical-coordinate representation of color #0FADFD: hue angle of 200.17º 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 #0FADFD is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 173 253 -
CMYK 0.94 0.32 0 0.01
HSL 200.17º 0.98% 0.53% -
HSV(B) 200.17º 0.94% 0.99% -
XYZ 32.87 37.08 98.35 -
YUV 134.88 194.65 42.5 -
System Red Green Blue C M Y K H S L
Decimal 15 173 253 0.94 0.32 0 0.01 200.17 0.98 0.53
Hex F AD FD 5E 20 0 1 C8 62 35
Octal 17 255 375 136 40 0 1 310 142 65
Binary 1111 10101101 11111101 1011110 100000 0 1 11001000 1100010 110101

Color Harmonies of #0FADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADFD

Black with #0FADFD

Text Example


Text Example

White with #0FADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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