Html Css Color HEX #0FABFF Deep Sky Blue

📋 copy color: '#0FABFF'

red 15 ◦ green 171 ◦ blue 255

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

Shades of Deep Sky Blue #0FABFF

Tints of Deep Sky Blue #0FABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 3.4%
G = 38.78%
B = 57.82%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FABFF (or 0x0FABFF) is known color: Deep Sky Blue. HEX triplet: 0F, AB and FF. RGB value is (15,171,255). Sum of RGB (Red+Green+Blue) = 15+171+255=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FABFF is #F05400. Grayscale: #858585. Windows color (decimal): -15750145 or 16755471. OLE color: 16755471.

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

Color convert

RGB 15 171 255 -
CMYK 0.94 0.33 0 0
HSL 201º 1% 0.53% -
HSV(B) 201º 0.94% 1% -
XYZ 32.81 36.45 99.91 -
YUV 133.93 196.32 43.17 -
System Red Green Blue C M Y K H S L
Decimal 15 171 255 0.94 0.33 0 0 201 1 0.53
Hex F AB FF 5E 21 0 0 C9 64 35
Octal 17 253 377 136 41 0 0 311 144 65
Binary 1111 10101011 11111111 1011110 100001 0 0 11001001 1100100 110101

Color Harmonies of #0FABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABFF

Black with #0FABFF

Text Example


Text Example

White with #0FABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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