Html Css Color HEX #35A2CE Summer Sky

📋 copy color: '#35A2CE'

red 53 ◦ green 162 ◦ blue 206

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

Shades of Summer Sky #35A2CE

Tints of Summer Sky #35A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 12.59%
G = 38.48%
B = 48.93%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35A2CE (or 0x35A2CE) is known color: Summer Sky. HEX triplet: 35, A2 and CE. RGB value is (53,162,206). Sum of RGB (Red+Green+Blue) = 53+162+206=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #35A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A2CE is #CA5D31. Grayscale: #868686. Windows color (decimal): -13262130 or 13541941. OLE color: 13541941.

HSL color Cylindrical-coordinate representation of color #35A2CE: hue angle of 197.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35A2CE is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 162 206 -
CMYK 0.74 0.21 0 0.19
HSL 197.25º 0.61% 0.51% -
HSV(B) 197.25º 0.74% 0.81% -
XYZ 25.53 31.05 63.04 -
YUV 134.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 53 162 206 0.74 0.21 0 0.19 197.25 0.61 0.51
Hex 35 A2 CE 4A 15 0 13 C5 3D 33
Octal 65 242 316 112 25 0 23 305 75 63
Binary 110101 10100010 11001110 1001010 10101 0 10011 11000101 111101 110011

Color Harmonies of #35A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A2CE

Black with #35A2CE

Text Example


Text Example

White with #35A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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