#34A7F0

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

Shades of Summer Sky #34A7F0

Tints of Summer Sky #34A7F0

Color information

#34A7F0 (or 0x34A7F0) is unknown color: approx Summer Sky. HEX triplet: 34, A7 and F0. RGB value is (52,167,240). Sum of RGB (Red+Green+Blue) = 52+167+240=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #34A7F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A7F0 is #CB580F. Grayscale: #8C8C8C. Windows color (decimal): -13326352 or 15771444. OLE color: 15771444.

HSL color Cylindrical-coordinate representation of color #34A7F0: hue angle of 203.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34A7F0 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB52167240-
CMYK0.780.3000.06
HSL203.3º86.24%57.25%-
HSV(B)203.3º78.33%94.12%-
XYZ30.9634.6687.5-
YUV140.94183.964.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.33%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=11.33%
G=36.38%
B=52.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal521672400.780.3000.06203.386.2457.25
Hex34A7F04E1E06cb5639
Octal64247360116360631312671
Binary11010010100111111100001001110111100110110010111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,167,240); }

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

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

 a { background-color: rgb(52,167,240); }

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

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

 span { border-color: rgb(52,167,240); }

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