#3FB5D4

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

Shades of Summer Sky #3FB5D4

Tints of Summer Sky #3FB5D4

Color information

#3FB5D4 (or 0x3FB5D4) is unknown color: approx Summer Sky. HEX triplet: 3F, B5 and D4. RGB value is (63,181,212). Sum of RGB (Red+Green+Blue) = 63+181+212=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #3FB5D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB5D4 is #C04A2B. Grayscale: #959595. Windows color (decimal): -12601900 or 13940031. OLE color: 13940031.

HSL color Cylindrical-coordinate representation of color #3FB5D4: hue angle of 192.48º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB5D4 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63181212-
CMYK0.700.1500.17
HSL192.48º63.4%53.92%-
HSV(B)192.48º70.28%83.14%-
XYZ30.4638.8668.18-
YUV149.25163.4166.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.82%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 212 (83.20% from 255) = 46.49%
R=13.82%
G=39.69%
B=46.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631812120.700.1500.17192.4863.453.92
Hex3FB5D446F011c03f36
Octal77265324106170213007766
Binary11111110110101110101001000110111101000111000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,212); }

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

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

 a { background-color: rgb(63,181,212); }

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

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

 span { border-color: rgb(63,181,212); }

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