Html Css Color HEX #35A4C6 Summer Sky

📋 copy color: '#35A4C6'

red 53 ◦ green 164 ◦ blue 198

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

Shades of Summer Sky #35A4C6

Tints of Summer Sky #35A4C6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 12.77%
G = 39.52%
B = 47.71%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#35A4C6 (or 0x35A4C6) is known color: Summer Sky. HEX triplet: 35, A4 and C6. RGB value is (53,164,198). Sum of RGB (Red+Green+Blue) = 53+164+198=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #35A4C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4C6 is #CA5B39. Grayscale: #868686. Windows color (decimal): -13261626 or 13018165. OLE color: 13018165.

HSL color Cylindrical-coordinate representation of color #35A4C6: hue angle of 194.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35A4C6 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 164 198 -
CMYK 0.73 0.17 0 0.22
HSL 194.07º 0.58% 0.49% -
HSV(B) 194.07º 0.73% 0.78% -
XYZ 24.94 31.39 58.17 -
YUV 134.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 53 164 198 0.73 0.17 0 0.22 194.07 0.58 0.49
Hex 35 A4 C6 49 11 0 16 C2 3A 31
Octal 65 244 306 111 21 0 26 302 72 61
Binary 110101 10100100 11000110 1001001 10001 0 10110 11000010 111010 110001

Color Harmonies of #35A4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A4C6

Black with #35A4C6

Text Example


Text Example

White with #35A4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,164,198); }

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

background-color css

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

 a { background-color: rgb(53,164,198); }

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

border-color css

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

 span { border-color: rgb(53,164,198); }

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