Html Css Color HEX #34ADD9 Summer Sky

📋 copy color: '#34ADD9'

red 52 ◦ green 173 ◦ blue 217

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

Shades of Summer Sky #34ADD9

Tints of Summer Sky #34ADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 11.76%
G = 39.14%
B = 49.1%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#34ADD9 (or 0x34ADD9) is known color: Summer Sky. HEX triplet: 34, AD and D9. RGB value is (52,173,217). Sum of RGB (Red+Green+Blue) = 52+173+217=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #34ADD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADD9 is #CB5226. Grayscale: #8D8D8D. Windows color (decimal): -13324839 or 14265652. OLE color: 14265652.

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

Color convert

RGB 52 173 217 -
CMYK 0.76 0.20 0 0.15
HSL 196º 0.68% 0.53% -
HSV(B) 196º 0.76% 0.85% -
XYZ 28.88 35.63 71 -
YUV 141.84 170.41 63.92 -
System Red Green Blue C M Y K H S L
Decimal 52 173 217 0.76 0.20 0 0.15 196 0.68 0.53
Hex 34 AD D9 4C 14 0 F C4 44 35
Octal 64 255 331 114 24 0 17 304 104 65
Binary 110100 10101101 11011001 1001100 10100 0 1111 11000100 1000100 110101

Color Harmonies of #34ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADD9

Black with #34ADD9

Text Example


Text Example

White with #34ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,217); }

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

background-color css

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

 a { background-color: rgb(52,173,217); }

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

border-color css

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

 span { border-color: rgb(52,173,217); }

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