Html Css Color HEX #34AAD3 Summer Sky

📋 copy color: '#34AAD3'

red 52 ◦ green 170 ◦ blue 211

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

Shades of Summer Sky #34AAD3

Tints of Summer Sky #34AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.73%

R = 12.01%
G = 39.26%
B = 48.73%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#34AAD3 (or 0x34AAD3) is known color: Summer Sky. HEX triplet: 34, AA and D3. RGB value is (52,170,211). Sum of RGB (Red+Green+Blue) = 52+170+211=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #34AAD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AAD3 is #CB552C. Grayscale: #8B8B8B. Windows color (decimal): -13325613 or 13871668. OLE color: 13871668.

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

Color convert

RGB 52 170 211 -
CMYK 0.75 0.19 0 0.17
HSL 195.47º 0.64% 0.52% -
HSV(B) 195.47º 0.75% 0.83% -
XYZ 27.55 34.18 66.77 -
YUV 139.39 168.41 65.67 -
System Red Green Blue C M Y K H S L
Decimal 52 170 211 0.75 0.19 0 0.17 195.47 0.64 0.52
Hex 34 AA D3 4B 13 0 11 C3 40 34
Octal 64 252 323 113 23 0 21 303 100 64
Binary 110100 10101010 11010011 1001011 10011 0 10001 11000011 1000000 110100

Color Harmonies of #34AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAD3

Black with #34AAD3

Text Example


Text Example

White with #34AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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