Html Css Color HEX #34A8F9 Summer Sky

📋 copy color: '#34A8F9'

red 52 ◦ green 168 ◦ blue 249

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

Shades of Summer Sky #34A8F9

Tints of Summer Sky #34A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 11.09%
G = 35.82%
B = 53.09%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#34A8F9 (or 0x34A8F9) is known color: Summer Sky. HEX triplet: 34, A8 and F9. RGB value is (52,168,249). Sum of RGB (Red+Green+Blue) = 52+168+249=469 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.09% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #34A8F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A8F9 is #CB5706. Grayscale: #8E8E8E. Windows color (decimal): -13326087 or 16361524. OLE color: 16361524.

HSL color Cylindrical-coordinate representation of color #34A8F9: hue angle of 204.67º 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 #34A8F9 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 168 249 -
CMYK 0.79 0.33 0 0.02
HSL 204.67º 0.94% 0.59% -
HSV(B) 204.67º 0.79% 0.98% -
XYZ 32.52 35.57 94.78 -
YUV 142.55 188.07 63.41 -
System Red Green Blue C M Y K H S L
Decimal 52 168 249 0.79 0.33 0 0.02 204.67 0.94 0.59
Hex 34 A8 F9 4F 21 0 2 CD 5E 3B
Octal 64 250 371 117 41 0 2 315 136 73
Binary 110100 10101000 11111001 1001111 100001 0 10 11001101 1011110 111011

Color Harmonies of #34A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A8F9

Black with #34A8F9

Text Example


Text Example

White with #34A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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