Html Css Color HEX #359ACE Summer Sky

📋 copy color: '#359ACE'

red 53 ◦ green 154 ◦ blue 206

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

Shades of Summer Sky #359ACE

Tints of Summer Sky #359ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 12.83%
G = 37.29%
B = 49.88%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#359ACE (or 0x359ACE) is known color: Summer Sky. HEX triplet: 35, 9A and CE. RGB value is (53,154,206). Sum of RGB (Red+Green+Blue) = 53+154+206=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #359ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACE is #CA6531. Grayscale: #818181. Windows color (decimal): -13264178 or 13539893. OLE color: 13539893.

HSL color Cylindrical-coordinate representation of color #359ACE: hue angle of 200.39º 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 #359ACE is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 154 206 -
CMYK 0.74 0.25 0 0.19
HSL 200.39º 0.61% 0.51% -
HSV(B) 200.39º 0.74% 0.81% -
XYZ 24.16 28.32 62.59 -
YUV 129.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 53 154 206 0.74 0.25 0 0.19 200.39 0.61 0.51
Hex 35 9A CE 4A 19 0 13 C8 3D 33
Octal 65 232 316 112 31 0 23 310 75 63
Binary 110101 10011010 11001110 1001010 11001 0 10011 11001000 111101 110011

Color Harmonies of #359ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ACE

Black with #359ACE

Text Example


Text Example

White with #359ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359ACE; }

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

 H1.HeaderClassName
 {
   color: #359ACE;
 }
 .AnyTagClassName
 {
   color: #359ACE;
 }
</style>

background-color css

<style>
 a { background-color: #359ACE; }

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

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

border-color css

<style>
 span { border-color: #359ACE; }

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

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