#34A5F8

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

Shades of Summer Sky #34A5F8

Tints of Summer Sky #34A5F8

Color information

#34A5F8 (or 0x34A5F8) is unknown color: approx Summer Sky. HEX triplet: 34, A5 and F8. RGB value is (52,165,248). Sum of RGB (Red+Green+Blue) = 52+165+248=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #34A5F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A5F8 is #CB5A07. Grayscale: #8C8C8C. Windows color (decimal): -13326856 or 16295220. OLE color: 16295220.

HSL color Cylindrical-coordinate representation of color #34A5F8: hue angle of 205.41º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34A5F8 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52165248-
CMYK0.790.3300.03
HSL205.41º93.33%58.82%-
HSV(B)205.41º79.03%97.25%-
XYZ31.8134.4293.77-
YUV140.67188.5664.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.18%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 248 (97.27% from 255) = 53.33%
R=11.18%
G=35.48%
B=53.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521652480.790.3300.03205.4193.3358.82
Hex34A5F84F2103cd5d3b
Octal64245370117410331513573
Binary11010010100101111110001001111100001011110011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A5F8; }

 p { color: rgb(52,165,248); }

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

<style>
 a { background-color: #34A5F8; }

 a { background-color: rgb(52,165,248); }

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

<style>
 span { border-color: #34A5F8; }

 span { border-color: rgb(52,165,248); }

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