#34AFEE

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

Shades of Summer Sky #34AFEE

Tints of Summer Sky #34AFEE

Color information

#34AFEE (or 0x34AFEE) is unknown color: approx Summer Sky. HEX triplet: 34, AF and EE. RGB value is (52,175,238). Sum of RGB (Red+Green+Blue) = 52+175+238=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #34AFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AFEE is #CB5011. Grayscale: #919191. Windows color (decimal): -13324306 or 15642420. OLE color: 15642420.

HSL color Cylindrical-coordinate representation of color #34AFEE: hue angle of 200.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34AFEE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52175238-
CMYK0.780.2600.07
HSL200.32º84.55%56.86%-
HSV(B)200.32º78.15%93.33%-
XYZ32.1837.5686.44-
YUV145.4180.2561.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.18%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=11.18%
G=37.63%
B=51.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521752380.780.2600.07200.3284.5556.86
Hex34AFEE4E1A07c85539
Octal64257356116320731012571
Binary11010010101111111011101001110110100111110010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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