Html Css Color HEX #34AEEA Summer Sky

📋 copy color: '#34AEEA'

red 52 ◦ green 174 ◦ blue 234

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

Shades of Summer Sky #34AEEA

Tints of Summer Sky #34AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

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

R = 11.3%
G = 37.83%
B = 50.87%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34AEEA (or 0x34AEEA) is known color: Summer Sky. HEX triplet: 34, AE and EA. RGB value is (52,174,234). Sum of RGB (Red+Green+Blue) = 52+174+234=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #34AEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AEEA is #CB5115. Grayscale: #909090. Windows color (decimal): -13324566 or 15380020. OLE color: 15380020.

HSL color Cylindrical-coordinate representation of color #34AEEA: hue angle of 199.78º 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 #34AEEA is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 174 234 -
CMYK 0.78 0.26 0 0.08
HSL 199.78º 0.81% 0.56% -
HSV(B) 199.78º 0.78% 0.92% -
XYZ 31.4 36.94 83.32 -
YUV 144.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 52 174 234 0.78 0.26 0 0.08 199.78 0.81 0.56
Hex 34 AE EA 4E 1A 0 8 C8 51 38
Octal 64 256 352 116 32 0 10 310 121 70
Binary 110100 10101110 11101010 1001110 11010 0 1000 11001000 1010001 111000

Color Harmonies of #34AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEEA

Black with #34AEEA

Text Example


Text Example

White with #34AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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