#3ABBD5

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

Shades of Summer Sky #3ABBD5

Tints of Summer Sky #3ABBD5

Color information

#3ABBD5 (or 0x3ABBD5) is unknown color: approx Summer Sky. HEX triplet: 3A, BB and D5. RGB value is (58,187,213). Sum of RGB (Red+Green+Blue) = 58+187+213=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #3ABBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBD5 is #C5442A. Grayscale: #979797. Windows color (decimal): -12928043 or 14007098. OLE color: 14007098.

HSL color Cylindrical-coordinate representation of color #3ABBD5: hue angle of 190.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABBD5 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58187213-
CMYK0.730.1200.16
HSL190.06º64.85%53.14%-
HSV(B)190.06º72.77%83.53%-
XYZ31.5341.2469.25-
YUV151.39162.7661.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.66%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=12.66%
G=40.83%
B=46.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581872130.730.1200.16190.0664.8553.14
Hex3ABBD549C010be4135
Octal722733251111402027610165
Binary111010101110111101010110010011100010000101111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,187,213); }

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

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

 a { background-color: rgb(58,187,213); }

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

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

 span { border-color: rgb(58,187,213); }

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