#3bb3cf

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

Shades of Summer Sky #3BB3CF

Tints of Summer Sky #3BB3CF

Color information

#3BB3CF (or 0x3BB3CF) is unknown color: approx Summer Sky. HEX triplet: 3B, B3 and CF. RGB value is (59,179,207). Sum of RGB (Red+Green+Blue) = 59+179+207=445 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.26% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BB3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB3CF is #C44C30. Grayscale: #929292. Windows color (decimal): -12864561 or 13611835. OLE color: 13611835.

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

Color convert

RGB59179207-
CMYK0.710.1400.19
HSL191.35º60.66%52.16%-
HSV(B)191.35º71.5%81.18%-
XYZ29.1937.6864.77-
YUV146.31162.2465.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.26%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=13.26%
G=40.22%
B=46.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal591792070.710.1400.19191.3560.6652.16
Hex3BB3CF47E013bf3d34
Octal73263317107160232777564
Binary11101110110011110011111000111111001001110111111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb3cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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