#3FB1FF

Color #3FB1FF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FB1FF

Tints of Summer Sky #3FB1FF

Color information

#3FB1FF (or 0x3FB1FF) is unknown color: approx Summer Sky. HEX triplet: 3F, B1 and FF. RGB value is (63,177,255). Sum of RGB (Red+Green+Blue) = 63+177+255=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB1FF is #C04E00. Grayscale: #979797. Windows color (decimal): -12602881 or 16757055. OLE color: 16757055.

HSL color Cylindrical-coordinate representation of color #3FB1FF: hue angle of 204.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FB1FF is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB63177255-
CMYK0.750.3100
HSL204.38º100%62.35%-
HSV(B)204.38º75.29%100%-
XYZ35.8239.72100.39-
YUV151.81186.2364.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 255 (100% from 255) = 51.52%
R=12.73%
G=35.76%
B=51.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal631772550.750.3100204.3810062.35
Hex3FB1FF4B1F00cc643e
Octal77261377113370031414476
Binary111111101100011111111110010111111100110011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB1FF; }

 p { color: rgb(63,177,255); }

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

<style>
 a { background-color: #3FB1FF; }

 a { background-color: rgb(63,177,255); }

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

<style>
 span { border-color: #3FB1FF; }

 span { border-color: rgb(63,177,255); }

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