#3DBFF6

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

Shades of Summer Sky #3DBFF6

Tints of Summer Sky #3DBFF6

Color information

#3DBFF6 (or 0x3DBFF6) is unknown color: approx Summer Sky. HEX triplet: 3D, BF and F6. RGB value is (61,191,246). Sum of RGB (Red+Green+Blue) = 61+191+246=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DBFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBFF6 is #C24009. Grayscale: #9E9E9E. Windows color (decimal): -12730378 or 16170813. OLE color: 16170813.

HSL color Cylindrical-coordinate representation of color #3DBFF6: hue angle of 197.84º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBFF6 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61191246-
CMYK0.750.2200.04
HSL197.84º91.13%60.2%-
HSV(B)197.84º75.2%96.47%-
XYZ37.1944.9193.9-
YUV158.4177.4358.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.25%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 246 (96.48% from 255) = 49.40%
R=12.25%
G=38.35%
B=49.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611912460.750.2200.04197.8491.1360.2
Hex3DBFF64B1604c65b3c
Octal75277366113260430613374
Binary11110110111111111101101001011101100100110001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,191,246); }

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

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

 a { background-color: rgb(61,191,246); }

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

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

 span { border-color: rgb(61,191,246); }

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