#35A6CD

Color #35A6CD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #35A6CD

Tints of Summer Sky #35A6CD

Color information

#35A6CD (or 0x35A6CD) is unknown color: approx Summer Sky. HEX triplet: 35, A6 and CD. RGB value is (53,166,205). Sum of RGB (Red+Green+Blue) = 53+166+205=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #35A6CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A6CD is #CA5932. Grayscale: #888888. Windows color (decimal): -13261107 or 13477429. OLE color: 13477429.

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

Color convert

RGB53166205-
CMYK0.740.1900.20
HSL195.39º60.32%50.59%-
HSV(B)195.39º74.15%80.39%-
XYZ26.1232.4462.64-
YUV136.66166.5668.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=12.5%
G=39.15%
B=48.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531662050.740.1900.20195.3960.3250.59
Hex35A6CD4A13014c33c33
Octal65246315112230243037463
Binary110101101001101100110110010101001101010011000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,205); }

 H1.HeaderClassName
 {
   color: #35A6CD;
 }
 .AnyTagClassName
 {
   color: #35A6CD;
 }
</style>
background-color css

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

 a { background-color: rgb(53,166,205); }

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

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

 span { border-color: rgb(53,166,205); }

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