Html Css Color HEX #34AEFF Summer Sky

📋 copy color: '#34AEFF'

red 52 ◦ green 174 ◦ blue 255

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

Shades of Summer Sky #34AEFF

Tints of Summer Sky #34AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 10.81%
G = 36.17%
B = 53.01%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#34AEFF (or 0x34AEFF) is known color: Summer Sky. HEX triplet: 34, AE and FF. RGB value is (52,174,255). Sum of RGB (Red+Green+Blue) = 52+174+255=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #34AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AEFF is #CB5100. Grayscale: #929292. Windows color (decimal): -13324545 or 16756276. OLE color: 16756276.

HSL color Cylindrical-coordinate representation of color #34AEFF: hue angle of 203.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34AEFF is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 174 255 -
CMYK 0.80 0.32 0 0
HSL 203.94º 1% 0.6% -
HSV(B) 203.94º 0.8% 1% -
XYZ 34.6 38.22 100.16 -
YUV 146.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 52 174 255 0.80 0.32 0 0 203.94 1 0.6
Hex 34 AE FF 50 20 0 0 CC 64 3C
Octal 64 256 377 120 40 0 0 314 144 74
Binary 110100 10101110 11111111 1010000 100000 0 0 11001100 1100100 111100

Color Harmonies of #34AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEFF

Black with #34AEFF

Text Example


Text Example

White with #34AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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