#3BBDD8

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

Shades of Summer Sky #3BBDD8

Tints of Summer Sky #3BBDD8

Color information

#3BBDD8 (or 0x3BBDD8) is unknown color: approx Summer Sky. HEX triplet: 3B, BD and D8. RGB value is (59,189,216). Sum of RGB (Red+Green+Blue) = 59+189+216=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #3BBDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDD8 is #C44227. Grayscale: #989898. Windows color (decimal): -12861992 or 14204219. OLE color: 14204219.

HSL color Cylindrical-coordinate representation of color #3BBDD8: hue angle of 190.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBDD8 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB59189216-
CMYK0.730.1200.15
HSL190.32º66.81%53.92%-
HSV(B)190.32º72.69%84.71%-
XYZ32.442.2871.42-
YUV153.21163.4360.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.72%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 216 (84.77% from 255) = 46.55%
R=12.72%
G=40.73%
B=46.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal591892160.730.1200.15190.3266.8153.92
Hex3BBDD849C0Fbe4336
Octal732753301111401727610366
Binary11101110111101110110001001001110001111101111101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,189,216); }

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

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

 a { background-color: rgb(59,189,216); }

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

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

 span { border-color: rgb(59,189,216); }

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