Html Css Color HEX #0FABF0 Deep Sky Blue

📋 copy color: '#0FABF0'

red 15 ◦ green 171 ◦ blue 240

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

Shades of Deep Sky Blue #0FABF0

Tints of Deep Sky Blue #0FABF0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 3.52%
G = 40.14%
B = 56.34%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FABF0 (or 0x0FABF0) is known color: Deep Sky Blue. HEX triplet: 0F, AB and F0. RGB value is (15,171,240). Sum of RGB (Red+Green+Blue) = 15+171+240=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FABF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FABF0 is #F0540F. Grayscale: #838383. Windows color (decimal): -15750160 or 15772431. OLE color: 15772431.

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

Color convert

RGB 15 171 240 -
CMYK 0.94 0.29 0 0.06
HSL 198.4º 0.88% 0.5% -
HSV(B) 198.4º 0.94% 0.94% -
XYZ 30.49 35.52 87.69 -
YUV 132.22 188.82 44.39 -
System Red Green Blue C M Y K H S L
Decimal 15 171 240 0.94 0.29 0 0.06 198.4 0.88 0.5
Hex F AB F0 5E 1D 0 6 C6 58 32
Octal 17 253 360 136 35 0 6 306 130 62
Binary 1111 10101011 11110000 1011110 11101 0 110 11000110 1011000 110010

Color Harmonies of #0FABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABF0

Black with #0FABF0

Text Example


Text Example

White with #0FABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,240); }

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

background-color css

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

 a { background-color: rgb(15,171,240); }

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

border-color css

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

 span { border-color: rgb(15,171,240); }

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