#34A4C9

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

Shades of Summer Sky #34A4C9

Tints of Summer Sky #34A4C9

Color information

#34A4C9 (or 0x34A4C9) is unknown color: approx Summer Sky. HEX triplet: 34, A4 and C9. RGB value is (52,164,201). Sum of RGB (Red+Green+Blue) = 52+164+201=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #34A4C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A4C9 is #CB5B36. Grayscale: #868686. Windows color (decimal): -13327159 or 13214772. OLE color: 13214772.

HSL color Cylindrical-coordinate representation of color #34A4C9: hue angle of 194.9º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A4C9 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52164201-
CMYK0.740.1800.21
HSL194.9º58.89%49.61%-
HSV(B)194.9º74.13%78.82%-
XYZ25.2331.560.01-
YUV134.73165.3968.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.47%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=12.47%
G=39.33%
B=48.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521642010.740.1800.21194.958.8949.61
Hex34A4C94A12015c33b32
Octal64244311112220253037362
Binary110100101001001100100110010101001001010111000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,164,201); }

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

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

 a { background-color: rgb(52,164,201); }

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

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

 span { border-color: rgb(52,164,201); }

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