#0FBAFF

Color #0FBAFF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0FBAFF

Tints of Deep Sky Blue #0FBAFF

Color information

#0FBAFF (or 0x0FBAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BA and FF. RGB value is (15,186,255). Sum of RGB (Red+Green+Blue) = 15+186+255=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FBAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAFF is #F04500. Grayscale: #8E8E8E. Windows color (decimal): -15746305 or 16759311. OLE color: 16759311.

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

Color convert

RGB15186255-
CMYK0.940.2700
HSL197.25º100%52.94%-
HSV(B)197.25º94.12%100%-
XYZ35.8142.44100.91-
YUV142.74191.3536.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.29%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 255 (100% from 255) = 55.92%
R=3.29%
G=40.79%
B=55.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151862550.940.2700197.2510052.94
HexFBAFF5E1B00c56435
Octal17272377136330030514465
Binary1111101110101111111110111101101100110001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FBAFF;
 }
 .AnyTagClassName
 {
   color: #0FBAFF;
 }
</style>
background-color css

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

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

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

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

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

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