Html Css Color HEX #35ADE6 Summer Sky

📋 copy color: '#35ADE6'

red 53 ◦ green 173 ◦ blue 230

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

Shades of Summer Sky #35ADE6

Tints of Summer Sky #35ADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 230 (90.23% from 255) = 50.44%

R = 11.62%
G = 37.94%
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

#35ADE6 (or 0x35ADE6) is known color: Summer Sky. HEX triplet: 35, AD and E6. RGB value is (53,173,230). Sum of RGB (Red+Green+Blue) = 53+173+230=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #35ADE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ADE6 is #CA5219. Grayscale: #8F8F8F. Windows color (decimal): -13259290 or 15117621. OLE color: 15117621.

HSL color Cylindrical-coordinate representation of color #35ADE6: hue angle of 199.32º degrees, saturation: 0.78, 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 #35ADE6 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 173 230 -
CMYK 0.77 0.25 0 0.10
HSL 199.32º 0.78% 0.55% -
HSV(B) 199.32º 0.77% 0.9% -
XYZ 30.69 36.36 80.26 -
YUV 143.62 176.74 63.37 -
System Red Green Blue C M Y K H S L
Decimal 53 173 230 0.77 0.25 0 0.10 199.32 0.78 0.55
Hex 35 AD E6 4D 19 0 A C7 4E 37
Octal 65 255 346 115 31 0 12 307 116 67
Binary 110101 10101101 11100110 1001101 11001 0 1010 11000111 1001110 110111

Color Harmonies of #35ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ADE6

Black with #35ADE6

Text Example


Text Example

White with #35ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,230); }

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

background-color css

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

 a { background-color: rgb(53,173,230); }

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

border-color css

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

 span { border-color: rgb(53,173,230); }

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