#35C3DB

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

Shades of Summer Sky #35C3DB

Tints of Summer Sky #35C3DB

Color information

#35C3DB (or 0x35C3DB) is unknown color: approx Summer Sky. HEX triplet: 35, C3 and DB. RGB value is (53,195,219). Sum of RGB (Red+Green+Blue) = 53+195+219=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #35C3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C3DB is #CA3C24. Grayscale: #9B9B9B. Windows color (decimal): -13253669 or 14402357. OLE color: 14402357.

HSL color Cylindrical-coordinate representation of color #35C3DB: hue angle of 188.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C3DB is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB53195219-
CMYK0.760.1100.14
HSL188.67º69.75%53.33%-
HSV(B)188.67º75.8%85.88%-
XYZ33.7744.973.9-
YUV155.28163.9655.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.35%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 219 (85.94% from 255) = 46.90%
R=11.35%
G=41.76%
B=46.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531952190.760.1100.14188.6769.7553.33
Hex35C3DB4CB0Ebd4635
Octal653033331141301627510665
Binary11010111000011110110111001100101101110101111011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,219); }

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

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

 a { background-color: rgb(53,195,219); }

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

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

 span { border-color: rgb(53,195,219); }

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