Html Css Color HEX #35AADB Summer Sky

📋 copy color: '#35AADB'

red 53 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #35AADB

Tints of Summer Sky #35AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 11.99%
G = 38.46%
B = 49.55%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35AADB (or 0x35AADB) is known color: Summer Sky. HEX triplet: 35, AA and DB. RGB value is (53,170,219). Sum of RGB (Red+Green+Blue) = 53+170+219=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #35AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AADB is #CA5524. Grayscale: #8C8C8C. Windows color (decimal): -13260069 or 14395957. OLE color: 14395957.

HSL color Cylindrical-coordinate representation of color #35AADB: hue angle of 197.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35AADB is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 170 219 -
CMYK 0.76 0.22 0 0.14
HSL 197.71º 0.7% 0.53% -
HSV(B) 197.71º 0.76% 0.86% -
XYZ 28.63 34.62 72.19 -
YUV 140.6 172.24 65.52 -
System Red Green Blue C M Y K H S L
Decimal 53 170 219 0.76 0.22 0 0.14 197.71 0.7 0.53
Hex 35 AA DB 4C 16 0 E C6 46 35
Octal 65 252 333 114 26 0 16 306 106 65
Binary 110101 10101010 11011011 1001100 10110 0 1110 11000110 1000110 110101

Color Harmonies of #35AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AADB

Black with #35AADB

Text Example


Text Example

White with #35AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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