Html Css Color HEX #34AAED Summer Sky

📋 copy color: '#34AAED'

red 52 ◦ green 170 ◦ blue 237

#34AAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #34AAED

Tints of Summer Sky #34AAED

RGB

 RED value IS 52 (20.7% from 255) = 11.33%

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 11.33%
G = 37.04%
B = 51.63%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34AAED (or 0x34AAED) is known color: Summer Sky. HEX triplet: 34, AA and ED. RGB value is (52,170,237). Sum of RGB (Red+Green+Blue) = 52+170+237=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #34AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AAED is #CB5512. Grayscale: #8D8D8D. Windows color (decimal): -13325587 or 15575604. OLE color: 15575604.

HSL color Cylindrical-coordinate representation of color #34AAED: hue angle of 201.73º degrees, saturation: 0.84, 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 #34AAED is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 170 237 -
CMYK 0.78 0.28 0 0.07
HSL 201.73º 0.84% 0.57% -
HSV(B) 201.73º 0.78% 0.93% -
XYZ 31.08 35.59 85.35 -
YUV 142.36 181.41 63.55 -
System Red Green Blue C M Y K H S L
Decimal 52 170 237 0.78 0.28 0 0.07 201.73 0.84 0.57
Hex 34 AA ED 4E 1C 0 7 CA 54 39
Octal 64 252 355 116 34 0 7 312 124 71
Binary 110100 10101010 11101101 1001110 11100 0 111 11001010 1010100 111001

Color Harmonies of #34AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAED

Black with #34AAED

Text Example


Text Example

White with #34AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,237); }

 H1.HeaderClassName
 {
   color: #34AAED;
 }
 .AnyTagClassName
 {
   color: #34AAED;
 }
</style>

background-color css

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

 a { background-color: rgb(52,170,237); }

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

border-color css

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

 span { border-color: rgb(52,170,237); }

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