#35BACD

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

Shades of Summer Sky #35BACD

Tints of Summer Sky #35BACD

Color information

#35BACD (or 0x35BACD) is unknown color: approx Summer Sky. HEX triplet: 35, BA and CD. RGB value is (53,186,205). Sum of RGB (Red+Green+Blue) = 53+186+205=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #35BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BACD is #CA4532. Grayscale: #949494. Windows color (decimal): -13255987 or 13482549. OLE color: 13482549.

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

Color convert

RGB53186205-
CMYK0.740.0900.20
HSL187.5º60.32%50.59%-
HSV(B)187.5º74.15%80.39%-
XYZ30.0540.2863.95-
YUV148.4159.9459.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=11.94%
G=41.89%
B=46.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531862050.740.0900.20187.560.3250.59
Hex35BACD4A9014bc3c33
Octal65272315112110242747463
Binary11010110111010110011011001010100101010010111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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