Html Css Color HEX #35AADD Summer Sky

📋 copy color: '#35AADD'

red 53 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #35AADD

Tints of Summer Sky #35AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.29%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 11.94%
G = 38.29%
B = 49.77%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35AADD (or 0x35AADD) is known color: Summer Sky. HEX triplet: 35, AA and DD. RGB value is (53,170,221). Sum of RGB (Red+Green+Blue) = 53+170+221=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #35AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AADD is #CA5522. Grayscale: #8C8C8C. Windows color (decimal): -13260067 or 14527029. OLE color: 14527029.

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

Color convert

RGB 53 170 221 -
CMYK 0.76 0.23 0 0.13
HSL 198.21º 0.71% 0.54% -
HSV(B) 198.21º 0.76% 0.87% -
XYZ 28.89 34.73 73.59 -
YUV 140.83 173.24 65.35 -
System Red Green Blue C M Y K H S L
Decimal 53 170 221 0.76 0.23 0 0.13 198.21 0.71 0.54
Hex 35 AA DD 4C 17 0 D C6 47 36
Octal 65 252 335 114 27 0 15 306 107 66
Binary 110101 10101010 11011101 1001100 10111 0 1101 11000110 1000111 110110

Color Harmonies of #35AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AADD

Black with #35AADD

Text Example


Text Example

White with #35AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,170,221); }

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

background-color css

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

 a { background-color: rgb(53,170,221); }

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

border-color css

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

 span { border-color: rgb(53,170,221); }

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