Html Css Color HEX #35A2DC Summer Sky

📋 copy color: '#35A2DC'

red 53 ◦ green 162 ◦ blue 220

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

Shades of Summer Sky #35A2DC

Tints of Summer Sky #35A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 12.18%
G = 37.24%
B = 50.57%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35A2DC (or 0x35A2DC) is known color: Summer Sky. HEX triplet: 35, A2 and DC. RGB value is (53,162,220). Sum of RGB (Red+Green+Blue) = 53+162+220=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #35A2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A2DC is #CA5D23. Grayscale: #878787. Windows color (decimal): -13262116 or 14459445. OLE color: 14459445.

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

Color convert

RGB 53 162 220 -
CMYK 0.76 0.26 0 0.14
HSL 200.84º 0.7% 0.54% -
HSV(B) 200.84º 0.76% 0.86% -
XYZ 27.31 31.76 72.4 -
YUV 136.02 175.39 68.78 -
System Red Green Blue C M Y K H S L
Decimal 53 162 220 0.76 0.26 0 0.14 200.84 0.7 0.54
Hex 35 A2 DC 4C 1A 0 E C9 46 36
Octal 65 242 334 114 32 0 16 311 106 66
Binary 110101 10100010 11011100 1001100 11010 0 1110 11001001 1000110 110110

Color Harmonies of #35A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A2DC

Black with #35A2DC

Text Example


Text Example

White with #35A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,162,220); }

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

background-color css

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

 a { background-color: rgb(53,162,220); }

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

border-color css

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

 span { border-color: rgb(53,162,220); }

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