#34A6F0

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

Shades of Summer Sky #34A6F0

Tints of Summer Sky #34A6F0

Color information

#34A6F0 (or 0x34A6F0) is unknown color: approx Summer Sky. HEX triplet: 34, A6 and F0. RGB value is (52,166,240). Sum of RGB (Red+Green+Blue) = 52+166+240=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #34A6F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A6F0 is #CB590F. Grayscale: #8B8B8B. Windows color (decimal): -13326608 or 15771188. OLE color: 15771188.

HSL color Cylindrical-coordinate representation of color #34A6F0: hue angle of 203.62º 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 #34A6F0 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB52166240-
CMYK0.780.3100.06
HSL203.62º86.24%57.25%-
HSV(B)203.62º78.33%94.12%-
XYZ30.7834.2987.44-
YUV140.35184.2364.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.35%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 240 (94.14% from 255) = 52.40%
R=11.35%
G=36.24%
B=52.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal521662400.780.3100.06203.6286.2457.25
Hex34A6F04E1F06cc5639
Octal64246360116370631412671
Binary11010010100110111100001001110111110110110011001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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