#34AFDC

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

Shades of Summer Sky #34AFDC

Tints of Summer Sky #34AFDC

Color information

#34AFDC (or 0x34AFDC) is unknown color: approx Summer Sky. HEX triplet: 34, AF and DC. RGB value is (52,175,220). Sum of RGB (Red+Green+Blue) = 52+175+220=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #34AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFDC is #CB5023. Grayscale: #8F8F8F. Windows color (decimal): -13324324 or 14462772. OLE color: 14462772.

HSL color Cylindrical-coordinate representation of color #34AFDC: hue angle of 196.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AFDC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52175220-
CMYK0.760.2000.14
HSL196.07º70.59%53.33%-
HSV(B)196.07º76.36%86.27%-
XYZ29.6636.5673.2-
YUV143.35171.2562.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.63%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=11.63%
G=39.15%
B=49.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521752200.760.2000.14196.0770.5953.33
Hex34AFDC4C140Ec44735
Octal642573341142401630410765
Binary110100101011111101110010011001010001110110001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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