#1FBCFF

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

Shades of Deep Sky Blue #1FBCFF

Tints of Deep Sky Blue #1FBCFF

Color information

#1FBCFF (or 0x1FBCFF) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, BC and FF. RGB value is (31,188,255). Sum of RGB (Red+Green+Blue) = 31+188+255=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBCFF is #E04300. Grayscale: #949494. Windows color (decimal): -14697217 or 16759839. OLE color: 16759839.

HSL color Cylindrical-coordinate representation of color #1FBCFF: hue angle of 197.95º 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 #1FBCFF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB31188255-
CMYK0.880.2600
HSL197.95º100%56.08%-
HSV(B)197.95º87.84%100%-
XYZ36.643.48101.07-
YUV148.7187.9944.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.54%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 255 (100% from 255) = 53.80%
R=6.54%
G=39.66%
B=53.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal311882550.880.2600197.9510056.08
Hex1FBCFF581A00c66438
Octal37274377130320030614470
Binary11111101111001111111110110001101000110001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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