#1fb3fe

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

Shades of Deep Sky Blue #1FB3FE

Tints of Deep Sky Blue #1FB3FE

Color information

#1FB3FE (or 0x1FB3FE) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, B3 and FE. RGB value is (31,179,254). Sum of RGB (Red+Green+Blue) = 31+179+254=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FB3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB3FE is #E04C01. Grayscale: #8E8E8E. Windows color (decimal): -14699522 or 16691999. OLE color: 16691999.

HSL color Cylindrical-coordinate representation of color #1FB3FE: hue angle of 200.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB3FE is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB31179254-
CMYK0.880.3000.00
HSL200.18º99.11%55.88%-
HSV(B)200.18º87.8%99.61%-
XYZ34.5739.6999.6-
YUV143.3190.4747.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.68%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 254 (99.61% from 255) = 54.74%
R=6.68%
G=38.58%
B=54.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal311792540.880.3000.00200.1899.1155.88
Hex1FB3FE581E00c86338
Octal37263376130360031014370
Binary11111101100111111111010110001111000110010001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fb3fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fb3fe; }

 p { color: rgb(31,179,254); }

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

<style>
 a { background-color: #1fb3fe; }

 a { background-color: rgb(31,179,254); }

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

<style>
 span { border-color: #1fb3fe; }

 span { border-color: rgb(31,179,254); }

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