Html Css Color HEX #35ACE5 Summer Sky

📋 copy color: '#35ACE5'

red 53 ◦ green 172 ◦ blue 229

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

Shades of Summer Sky #35ACE5

Tints of Summer Sky #35ACE5

RGB

 RED value IS 53 (21.09% from 255) = 11.67%

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

 BLUE value IS 229 (89.84% from 255) = 50.44%

R = 11.67%
G = 37.89%
B = 50.44%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#35ACE5 (or 0x35ACE5) is known color: Summer Sky. HEX triplet: 35, AC and E5. RGB value is (53,172,229). Sum of RGB (Red+Green+Blue) = 53+172+229=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #35ACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACE5 is #CA531A. Grayscale: #8E8E8E. Windows color (decimal): -13259547 or 15051829. OLE color: 15051829.

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

Color convert

RGB 53 172 229 -
CMYK 0.77 0.25 0 0.10
HSL 199.43º 0.77% 0.55% -
HSV(B) 199.43º 0.77% 0.9% -
XYZ 30.36 35.92 79.46 -
YUV 142.92 176.58 63.87 -
System Red Green Blue C M Y K H S L
Decimal 53 172 229 0.77 0.25 0 0.10 199.43 0.77 0.55
Hex 35 AC E5 4D 19 0 A C7 4D 37
Octal 65 254 345 115 31 0 12 307 115 67
Binary 110101 10101100 11100101 1001101 11001 0 1010 11000111 1001101 110111

Color Harmonies of #35ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ACE5

Black with #35ACE5

Text Example


Text Example

White with #35ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35ACE5; }

 p { color: rgb(53,172,229); }

 H1.HeaderClassName
 {
   color: #35ACE5;
 }
 .AnyTagClassName
 {
   color: #35ACE5;
 }
</style>

background-color css

<style>
 a { background-color: #35ACE5; }

 a { background-color: rgb(53,172,229); }

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

border-color css

<style>
 span { border-color: #35ACE5; }

 span { border-color: rgb(53,172,229); }

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