#3FB8DB

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

Shades of Summer Sky #3FB8DB

Tints of Summer Sky #3FB8DB

Color information

#3FB8DB (or 0x3FB8DB) is unknown color: approx Summer Sky. HEX triplet: 3F, B8 and DB. RGB value is (63,184,219). Sum of RGB (Red+Green+Blue) = 63+184+219=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8DB is #C04724. Grayscale: #979797. Windows color (decimal): -12601125 or 14399551. OLE color: 14399551.

HSL color Cylindrical-coordinate representation of color #3FB8DB: hue angle of 193.46º 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 #3FB8DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63184219-
CMYK0.710.1600.14
HSL193.46º68.42%55.29%-
HSV(B)193.46º71.23%85.88%-
XYZ31.9840.4573.14-
YUV151.81165.9164.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.52%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=13.52%
G=39.48%
B=47.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631842190.710.1600.14193.4668.4255.29
Hex3FB8DB47100Ec14437
Octal772703331072001630110467
Binary111111101110001101101110001111000001110110000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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