Html Css Color HEX #35ACE0 Summer Sky

📋 copy color: '#35ACE0'

red 53 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #35ACE0

Tints of Summer Sky #35ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 11.8%
G = 38.31%
B = 49.89%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#35ACE0 (or 0x35ACE0) is known color: Summer Sky. HEX triplet: 35, AC and E0. RGB value is (53,172,224). Sum of RGB (Red+Green+Blue) = 53+172+224=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #35ACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACE0 is #CA531F. Grayscale: #8E8E8E. Windows color (decimal): -13259552 or 14724149. OLE color: 14724149.

HSL color Cylindrical-coordinate representation of color #35ACE0: hue angle of 198.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35ACE0 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 172 224 -
CMYK 0.76 0.23 0 0.12
HSL 198.25º 0.73% 0.54% -
HSV(B) 198.25º 0.76% 0.88% -
XYZ 29.68 35.64 75.84 -
YUV 142.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 53 172 224 0.76 0.23 0 0.12 198.25 0.73 0.54
Hex 35 AC E0 4C 17 0 C C6 49 36
Octal 65 254 340 114 27 0 14 306 111 66
Binary 110101 10101100 11100000 1001100 10111 0 1100 11000110 1001001 110110

Color Harmonies of #35ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ACE0

Black with #35ACE0

Text Example


Text Example

White with #35ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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