#34AFD2

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

Shades of Summer Sky #34AFD2

Tints of Summer Sky #34AFD2

Color information

#34AFD2 (or 0x34AFD2) is unknown color: approx Summer Sky. HEX triplet: 34, AF and D2. RGB value is (52,175,210). Sum of RGB (Red+Green+Blue) = 52+175+210=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #34AFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFD2 is #CB502D. Grayscale: #8D8D8D. Windows color (decimal): -13324334 or 13807412. OLE color: 13807412.

HSL color Cylindrical-coordinate representation of color #34AFD2: hue angle of 193.29º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34AFD2 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52175210-
CMYK0.750.1700.18
HSL193.29º63.71%51.37%-
HSV(B)193.29º75.24%82.35%-
XYZ28.3836.0466.43-
YUV142.21166.2563.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.90%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 210 (82.42% from 255) = 48.05%
R=11.90%
G=40.05%
B=48.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521752100.750.1700.18193.2963.7151.37
Hex34AFD24B11012c14033
Octal642573221132102230110063
Binary1101001010111111010010100101110001010010110000011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,175,210); }

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

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

 a { background-color: rgb(52,175,210); }

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

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

 span { border-color: rgb(52,175,210); }

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