#3AB4F5

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

Shades of Summer Sky #3AB4F5

Tints of Summer Sky #3AB4F5

Color information

#3AB4F5 (or 0x3AB4F5) is unknown color: approx Summer Sky. HEX triplet: 3A, B4 and F5. RGB value is (58,180,245). Sum of RGB (Red+Green+Blue) = 58+180+245=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #3AB4F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AB4F5 is #C54B0A. Grayscale: #969696. Windows color (decimal): -12929803 or 16102458. OLE color: 16102458.

HSL color Cylindrical-coordinate representation of color #3AB4F5: hue angle of 200.86º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AB4F5 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB58180245-
CMYK0.760.2700.04
HSL200.86º90.34%59.41%-
HSV(B)200.86º76.33%96.08%-
XYZ34.5540.1392.31-
YUV150.93181.0861.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.01%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 245 (96.09% from 255) = 50.72%
R=12.01%
G=37.27%
B=50.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal581802450.760.2700.04200.8690.3459.41
Hex3AB4F54C1B04c95a3b
Octal72264365114330431113273
Binary11101010110100111101011001100110110100110010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,180,245); }

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

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

 a { background-color: rgb(58,180,245); }

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

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

 span { border-color: rgb(58,180,245); }

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