Html Css Color HEX #34ACE4 Summer Sky

📋 copy color: '#34ACE4'

red 52 ◦ green 172 ◦ blue 228

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

Shades of Summer Sky #34ACE4

Tints of Summer Sky #34ACE4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 228 (89.45% from 255) = 50.44%

R = 11.5%
G = 38.05%
B = 50.44%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#34ACE4 (or 0x34ACE4) is known color: Summer Sky. HEX triplet: 34, AC and E4. RGB value is (52,172,228). Sum of RGB (Red+Green+Blue) = 52+172+228=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #34ACE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACE4 is #CB531B. Grayscale: #8E8E8E. Windows color (decimal): -13325084 or 14986292. OLE color: 14986292.

HSL color Cylindrical-coordinate representation of color #34ACE4: hue angle of 199.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34ACE4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 172 228 -
CMYK 0.77 0.25 0 0.11
HSL 199.09º 0.77% 0.55% -
HSV(B) 199.09º 0.77% 0.89% -
XYZ 30.17 35.84 78.73 -
YUV 142.5 176.24 63.45 -
System Red Green Blue C M Y K H S L
Decimal 52 172 228 0.77 0.25 0 0.11 199.09 0.77 0.55
Hex 34 AC E4 4D 19 0 B C7 4D 37
Octal 64 254 344 115 31 0 13 307 115 67
Binary 110100 10101100 11100100 1001101 11001 0 1011 11000111 1001101 110111

Color Harmonies of #34ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ACE4

Black with #34ACE4

Text Example


Text Example

White with #34ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,172,228); }

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

background-color css

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

 a { background-color: rgb(52,172,228); }

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

border-color css

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

 span { border-color: rgb(52,172,228); }

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