#35A8CD

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

Shades of Summer Sky #35A8CD

Tints of Summer Sky #35A8CD

Color information

#35A8CD (or 0x35A8CD) is unknown color: approx Summer Sky. HEX triplet: 35, A8 and CD. RGB value is (53,168,205). Sum of RGB (Red+Green+Blue) = 53+168+205=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #35A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8CD is #CA5732. Grayscale: #898989. Windows color (decimal): -13260595 or 13477941. OLE color: 13477941.

HSL color Cylindrical-coordinate representation of color #35A8CD: hue angle of 194.61º 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 #35A8CD is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53168205-
CMYK0.740.1800.20
HSL194.61º60.32%50.59%-
HSV(B)194.61º74.15%80.39%-
XYZ26.4933.1762.76-
YUV137.83165.967.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=12.44%
G=39.44%
B=48.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531682050.740.1800.20194.6160.3250.59
Hex35A8CD4A12014c33c33
Octal65250315112220243037463
Binary110101101010001100110110010101001001010011000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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