#34A8C8

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

Shades of Summer Sky #34A8C8

Tints of Summer Sky #34A8C8

Color information

#34A8C8 (or 0x34A8C8) is unknown color: approx Summer Sky. HEX triplet: 34, A8 and C8. RGB value is (52,168,200). Sum of RGB (Red+Green+Blue) = 52+168+200=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #34A8C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8C8 is #CB5737. Grayscale: #888888. Windows color (decimal): -13326136 or 13150260. OLE color: 13150260.

HSL color Cylindrical-coordinate representation of color #34A8C8: hue angle of 192.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A8C8 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52168200-
CMYK0.740.1600.22
HSL192.97º58.73%49.41%-
HSV(B)192.97º74%78.43%-
XYZ25.8432.9159.63-
YUV136.96163.5767.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.38%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=12.38%
G=40%
B=47.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521682000.740.1600.22192.9758.7349.41
Hex34A8C84A10016c13b31
Octal64250310112200263017361
Binary110100101010001100100010010101000001011011000001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,168,200); }

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

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

 a { background-color: rgb(52,168,200); }

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

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

 span { border-color: rgb(52,168,200); }

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