Html Css Color HEX #34AFEA Summer Sky

📋 copy color: '#34AFEA'

red 52 ◦ green 175 ◦ blue 234

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

Shades of Summer Sky #34AFEA

Tints of Summer Sky #34AFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 11.28%
G = 37.96%
B = 50.76%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34AFEA (or 0x34AFEA) is known color: Summer Sky. HEX triplet: 34, AF and EA. RGB value is (52,175,234). Sum of RGB (Red+Green+Blue) = 52+175+234=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #34AFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AFEA is #CB5015. Grayscale: #909090. Windows color (decimal): -13324310 or 15380276. OLE color: 15380276.

HSL color Cylindrical-coordinate representation of color #34AFEA: hue angle of 199.45º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34AFEA is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 175 234 -
CMYK 0.78 0.25 0 0.08
HSL 199.45º 0.81% 0.56% -
HSV(B) 199.45º 0.78% 0.92% -
XYZ 31.6 37.33 83.38 -
YUV 144.95 178.25 61.7 -
System Red Green Blue C M Y K H S L
Decimal 52 175 234 0.78 0.25 0 0.08 199.45 0.81 0.56
Hex 34 AF EA 4E 19 0 8 C7 51 38
Octal 64 257 352 116 31 0 10 307 121 70
Binary 110100 10101111 11101010 1001110 11001 0 1000 11000111 1010001 111000

Color Harmonies of #34AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFEA

Black with #34AFEA

Text Example


Text Example

White with #34AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,175,234); }

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

background-color css

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

 a { background-color: rgb(52,175,234); }

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

border-color css

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

 span { border-color: rgb(52,175,234); }

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