Html Css Color HEX #34AACD Summer Sky

📋 copy color: '#34AACD'

red 52 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #34AACD

Tints of Summer Sky #34AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 12.18%
G = 39.81%
B = 48.01%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34AACD (or 0x34AACD) is known color: Summer Sky. HEX triplet: 34, AA and CD. RGB value is (52,170,205). Sum of RGB (Red+Green+Blue) = 52+170+205=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #34AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AACD is #CB5532. Grayscale: #8A8A8A. Windows color (decimal): -13325619 or 13478452. OLE color: 13478452.

HSL color Cylindrical-coordinate representation of color #34AACD: hue angle of 193.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34AACD is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 170 205 -
CMYK 0.75 0.17 0 0.20
HSL 193.73º 0.6% 0.5% -
HSV(B) 193.73º 0.75% 0.8% -
XYZ 26.81 33.89 62.89 -
YUV 138.71 165.41 66.15 -
System Red Green Blue C M Y K H S L
Decimal 52 170 205 0.75 0.17 0 0.20 193.73 0.6 0.5
Hex 34 AA CD 4B 11 0 14 C2 3C 32
Octal 64 252 315 113 21 0 24 302 74 62
Binary 110100 10101010 11001101 1001011 10001 0 10100 11000010 111100 110010

Color Harmonies of #34AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AACD

Black with #34AACD

Text Example


Text Example

White with #34AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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