Html Css Color HEX #0FA8EB Deep Sky Blue

📋 copy color: '#0FA8EB'

red 15 ◦ green 168 ◦ blue 235

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

Shades of Deep Sky Blue #0FA8EB

Tints of Deep Sky Blue #0FA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

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

R = 3.59%
G = 40.19%
B = 56.22%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FA8EB (or 0x0FA8EB) is known color: Deep Sky Blue. HEX triplet: 0F, A8 and EB. RGB value is (15,168,235). Sum of RGB (Red+Green+Blue) = 15+168+235=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FA8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA8EB is #F05714. Grayscale: #818181. Windows color (decimal): -15750933 or 15443983. OLE color: 15443983.

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

Color convert

RGB 15 168 235 -
CMYK 0.94 0.29 0 0.08
HSL 198.27º 0.88% 0.49% -
HSV(B) 198.27º 0.94% 0.92% -
XYZ 29.2 34.1 83.64 -
YUV 129.89 187.31 46.05 -
System Red Green Blue C M Y K H S L
Decimal 15 168 235 0.94 0.29 0 0.08 198.27 0.88 0.49
Hex F A8 EB 5E 1D 0 8 C6 58 31
Octal 17 250 353 136 35 0 10 306 130 61
Binary 1111 10101000 11101011 1011110 11101 0 1000 11000110 1011000 110001

Color Harmonies of #0FA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA8EB

Black with #0FA8EB

Text Example


Text Example

White with #0FA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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