#3fafdb

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

Shades of Summer Sky #3FAFDB

Tints of Summer Sky #3FAFDB

Color information

#3FAFDB (or 0x3FAFDB) is unknown color: approx Summer Sky. HEX triplet: 3F, AF and DB. RGB value is (63,175,219). Sum of RGB (Red+Green+Blue) = 63+175+219=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFDB is #C05024. Grayscale: #929292. Windows color (decimal): -12603429 or 14397247. OLE color: 14397247.

HSL color Cylindrical-coordinate representation of color #3FAFDB: hue angle of 196.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FAFDB is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63175219-
CMYK0.710.2000.14
HSL196.92º68.42%55.29%-
HSV(B)196.92º71.23%85.88%-
XYZ30.1736.8372.54-
YUV146.53168.8968.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.79%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=13.79%
G=38.29%
B=47.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631752190.710.2000.14196.9268.4255.29
Hex3FAFDB47140Ec54437
Octal772573331072401630510467
Binary111111101011111101101110001111010001110110001011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fafdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,219); }

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

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

 a { background-color: rgb(63,175,219); }

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

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

 span { border-color: rgb(63,175,219); }

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