#3fb8dc

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

Shades of Summer Sky #3FB8DC

Tints of Summer Sky #3FB8DC

Color information

#3FB8DC (or 0x3FB8DC) is unknown color: approx Summer Sky. HEX triplet: 3F, B8 and DC. RGB value is (63,184,220). Sum of RGB (Red+Green+Blue) = 63+184+220=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FB8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8DC is #C04723. Grayscale: #979797. Windows color (decimal): -12601124 or 14465087. OLE color: 14465087.

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

Color convert

RGB63184220-
CMYK0.710.1600.14
HSL193.76º69.16%55.49%-
HSV(B)193.76º71.36%86.27%-
XYZ32.1140.5173.84-
YUV151.93166.4164.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.49%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=13.49%
G=39.40%
B=47.11%

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
Decimal631842200.710.1600.14193.7669.1655.49
Hex3FB8DC47100Ec24537
Octal772703341072001630210567
Binary111111101110001101110010001111000001110110000101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb8dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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