Html Css Color HEX #34A9DB Summer Sky

📋 copy color: '#34A9DB'

red 52 ◦ green 169 ◦ blue 219

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

Shades of Summer Sky #34A9DB

Tints of Summer Sky #34A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 11.82%
G = 38.41%
B = 49.77%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34A9DB (or 0x34A9DB) is known color: Summer Sky. HEX triplet: 34, A9 and DB. RGB value is (52,169,219). Sum of RGB (Red+Green+Blue) = 52+169+219=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #34A9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A9DB is #CB5624. Grayscale: #8B8B8B. Windows color (decimal): -13325861 or 14395700. OLE color: 14395700.

HSL color Cylindrical-coordinate representation of color #34A9DB: hue angle of 197.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34A9DB is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 169 219 -
CMYK 0.76 0.23 0 0.14
HSL 197.96º 0.7% 0.53% -
HSV(B) 197.96º 0.76% 0.86% -
XYZ 28.39 34.22 72.13 -
YUV 139.72 172.74 65.43 -
System Red Green Blue C M Y K H S L
Decimal 52 169 219 0.76 0.23 0 0.14 197.96 0.7 0.53
Hex 34 A9 DB 4C 17 0 E C6 46 35
Octal 64 251 333 114 27 0 16 306 106 65
Binary 110100 10101001 11011011 1001100 10111 0 1110 11000110 1000110 110101

Color Harmonies of #34A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A9DB

Black with #34A9DB

Text Example


Text Example

White with #34A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,169,219); }

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

background-color css

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

 a { background-color: rgb(52,169,219); }

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

border-color css

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

 span { border-color: rgb(52,169,219); }

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