#34A9CA

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

Shades of Summer Sky #34A9CA

Tints of Summer Sky #34A9CA

Color information

#34A9CA (or 0x34A9CA) is unknown color: approx Summer Sky. HEX triplet: 34, A9 and CA. RGB value is (52,169,202). Sum of RGB (Red+Green+Blue) = 52+169+202=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #34A9CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A9CA is #CB5635. Grayscale: #898989. Windows color (decimal): -13325878 or 13281588. OLE color: 13281588.

HSL color Cylindrical-coordinate representation of color #34A9CA: hue angle of 193.2º 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 #34A9CA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52169202-
CMYK0.740.1600.21
HSL193.2º59.06%49.8%-
HSV(B)193.2º74.26%79.22%-
XYZ26.2633.3760.93-
YUV137.78164.2466.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.29%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=12.29%
G=39.95%
B=47.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521692020.740.1600.21193.259.0649.8
Hex34A9CA4A10015c13b32
Octal64251312112200253017362
Binary110100101010011100101010010101000001010111000001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,169,202); }

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

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

 a { background-color: rgb(52,169,202); }

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

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

 span { border-color: rgb(52,169,202); }

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