#35BDD8

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

Shades of Summer Sky #35BDD8

Tints of Summer Sky #35BDD8

Color information

#35BDD8 (or 0x35BDD8) is unknown color: approx Summer Sky. HEX triplet: 35, BD and D8. RGB value is (53,189,216). Sum of RGB (Red+Green+Blue) = 53+189+216=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #35BDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDD8 is #CA4227. Grayscale: #979797. Windows color (decimal): -13255208 or 14204213. OLE color: 14204213.

HSL color Cylindrical-coordinate representation of color #35BDD8: hue angle of 189.94º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35BDD8 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53189216-
CMYK0.750.1200.15
HSL189.94º67.63%52.75%-
HSV(B)189.94º75.46%84.71%-
XYZ32.0642.1171.4-
YUV151.41164.4457.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.57%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=11.57%
G=41.27%
B=47.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531892160.750.1200.15189.9467.6352.75
Hex35BDD84BC0Fbe4435
Octal652753301131401727610465
Binary11010110111101110110001001011110001111101111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,216); }

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

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

 a { background-color: rgb(53,189,216); }

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

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

 span { border-color: rgb(53,189,216); }

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