#35C8DF

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

Shades of Summer Sky #35C8DF

Tints of Summer Sky #35C8DF

Color information

#35C8DF (or 0x35C8DF) is unknown color: approx Summer Sky. HEX triplet: 35, C8 and DF. RGB value is (53,200,223). Sum of RGB (Red+Green+Blue) = 53+200+223=476 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.13% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #35C8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8DF is #CA3720. Grayscale: #9E9E9E. Windows color (decimal): -13252385 or 14665781. OLE color: 14665781.

HSL color Cylindrical-coordinate representation of color #35C8DF: hue angle of 188.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C8DF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53200223-
CMYK0.760.1000.13
HSL188.12º72.65%54.12%-
HSV(B)188.12º76.23%87.45%-
XYZ35.4447.3977.09-
YUV158.67164.352.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.13%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 223 (87.5% from 255) = 46.85%
R=11.13%
G=42.02%
B=46.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532002230.760.1000.13188.1272.6554.12
Hex35C8DF4CA0Dbc4936
Octal653103371141201527411166
Binary11010111001000110111111001100101001101101111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,200,223); }

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

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

 a { background-color: rgb(53,200,223); }

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

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

 span { border-color: rgb(53,200,223); }

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