#1FCAF7

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

Shades of Deep Sky Blue #1FCAF7

Tints of Deep Sky Blue #1FCAF7

Color information

#1FCAF7 (or 0x1FCAF7) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, CA and F7. RGB value is (31,202,247). Sum of RGB (Red+Green+Blue) = 31+202+247=480 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.46% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #1FCAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAF7 is #E03508. Grayscale: #9B9B9B. Windows color (decimal): -14693641 or 16239135. OLE color: 16239135.

HSL color Cylindrical-coordinate representation of color #1FCAF7: hue angle of 192.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCAF7 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB31202247-
CMYK0.870.1800.03
HSL192.5º93.1%54.51%-
HSV(B)192.5º87.45%96.86%-
XYZ38.4749.2595.47-
YUV156179.3538.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.46%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 247 (96.88% from 255) = 51.46%
R=6.46%
G=42.08%
B=51.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal312022470.870.1800.03192.593.154.51
Hex1FCAF7571203c05d37
Octal37312367127220330013567
Binary111111100101011110111101011110010011110000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,202,247); }

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

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

 a { background-color: rgb(31,202,247); }

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

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

 span { border-color: rgb(31,202,247); }

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