#1fb4ff

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

Shades of Deep Sky Blue #1FB4FF

Tints of Deep Sky Blue #1FB4FF

Color information

#1FB4FF (or 0x1FB4FF) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, B4 and FF. RGB value is (31,180,255). Sum of RGB (Red+Green+Blue) = 31+180+255=466 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.65% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB4FF is #E04B00. Grayscale: #8F8F8F. Windows color (decimal): -14699265 or 16757791. OLE color: 16757791.

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

Color convert

RGB31180255-
CMYK0.880.2900
HSL200.09º100%56.08%-
HSV(B)200.09º87.84%100%-
XYZ34.9440.15100.52-
YUV144190.6447.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.65%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 255 (100% from 255) = 54.72%
R=6.65%
G=38.63%
B=54.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal311802550.880.2900200.0910056.08
Hex1FB4FF581D00c86438
Octal37264377130350031014470
Binary11111101101001111111110110001110100110010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fb4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,255); }

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

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

 a { background-color: rgb(31,180,255); }

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

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

 span { border-color: rgb(31,180,255); }

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