Html Css Color HEX #34AEFE Summer Sky

📋 copy color: '#34AEFE'

red 52 ◦ green 174 ◦ blue 254

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

Shades of Summer Sky #34AEFE

Tints of Summer Sky #34AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 10.83%
G = 36.25%
B = 52.92%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34AEFE (or 0x34AEFE) is known color: Summer Sky. HEX triplet: 34, AE and FE. RGB value is (52,174,254). Sum of RGB (Red+Green+Blue) = 52+174+254=480 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.83% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #34AEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AEFE is #CB5101. Grayscale: #929292. Windows color (decimal): -13324546 or 16690740. OLE color: 16690740.

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

Color convert

RGB 52 174 254 -
CMYK 0.80 0.31 0 0.00
HSL 203.76º 0.99% 0.6% -
HSV(B) 203.76º 0.8% 1% -
XYZ 34.44 38.16 99.32 -
YUV 146.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 52 174 254 0.80 0.31 0 0.00 203.76 0.99 0.6
Hex 34 AE FE 50 1F 0 0 CC 63 3C
Octal 64 256 376 120 37 0 0 314 143 74
Binary 110100 10101110 11111110 1010000 11111 0 0 11001100 1100011 111100

Color Harmonies of #34AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEFE

Black with #34AEFE

Text Example


Text Example

White with #34AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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