#3BB5CF

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

Shades of Summer Sky #3BB5CF

Tints of Summer Sky #3BB5CF

Color information

#3BB5CF (or 0x3BB5CF) is unknown color: approx Summer Sky. HEX triplet: 3B, B5 and CF. RGB value is (59,181,207). Sum of RGB (Red+Green+Blue) = 59+181+207=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BB5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB5CF is #C44A30. Grayscale: #939393. Windows color (decimal): -12864049 or 13612347. OLE color: 13612347.

HSL color Cylindrical-coordinate representation of color #3BB5CF: hue angle of 190.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB5CF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB59181207-
CMYK0.710.1300.19
HSL190.54º60.66%52.16%-
HSV(B)190.54º71.5%81.18%-
XYZ29.5938.4864.9-
YUV147.49161.5864.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.20%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=13.20%
G=40.49%
B=46.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal591812070.710.1300.19190.5460.6652.16
Hex3BB5CF47D013bf3d34
Octal73265317107150232777564
Binary11101110110101110011111000111110101001110111111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,181,207); }

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

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

 a { background-color: rgb(59,181,207); }

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

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

 span { border-color: rgb(59,181,207); }

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