#3FBBDD

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

Shades of Summer Sky #3FBBDD

Tints of Summer Sky #3FBBDD

Color information

#3FBBDD (or 0x3FBBDD) is unknown color: approx Summer Sky. HEX triplet: 3F, BB and DD. RGB value is (63,187,221). Sum of RGB (Red+Green+Blue) = 63+187+221=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBDD is #C04422. Grayscale: #999999. Windows color (decimal): -12600355 or 14531391. OLE color: 14531391.

HSL color Cylindrical-coordinate representation of color #3FBBDD: hue angle of 192.91º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBBDD is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63187221-
CMYK0.710.1500.13
HSL192.91º69.91%55.69%-
HSV(B)192.91º71.49%86.67%-
XYZ32.8741.8274.75-
YUV153.8165.9263.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.38%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=13.38%
G=39.70%
B=46.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631872210.710.1500.13192.9169.9155.69
Hex3FBBDD47F0Dc14638
Octal772733351071701530110670
Binary11111110111011110111011000111111101101110000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,187,221); }

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

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

 a { background-color: rgb(63,187,221); }

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

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

 span { border-color: rgb(63,187,221); }

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