Html Css Color HEX #34AAF9 Summer Sky

📋 copy color: '#34AAF9'

red 52 ◦ green 170 ◦ blue 249

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

Shades of Summer Sky #34AAF9

Tints of Summer Sky #34AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.87%

R = 11.04%
G = 36.09%
B = 52.87%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#34AAF9 (or 0x34AAF9) is known color: Summer Sky. HEX triplet: 34, AA and F9. RGB value is (52,170,249). Sum of RGB (Red+Green+Blue) = 52+170+249=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #34AAF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AAF9 is #CB5506. Grayscale: #8F8F8F. Windows color (decimal): -13325575 or 16362036. OLE color: 16362036.

HSL color Cylindrical-coordinate representation of color #34AAF9: hue angle of 204.06º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34AAF9 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 170 249 -
CMYK 0.79 0.32 0 0.02
HSL 204.06º 0.94% 0.59% -
HSV(B) 204.06º 0.79% 0.98% -
XYZ 32.89 36.32 94.9 -
YUV 143.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 52 170 249 0.79 0.32 0 0.02 204.06 0.94 0.59
Hex 34 AA F9 4F 20 0 2 CC 5E 3B
Octal 64 252 371 117 40 0 2 314 136 73
Binary 110100 10101010 11111001 1001111 100000 0 10 11001100 1011110 111011

Color Harmonies of #34AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAF9

Black with #34AAF9

Text Example


Text Example

White with #34AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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