#35B7D7

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

Shades of Summer Sky #35B7D7

Tints of Summer Sky #35B7D7

Color information

#35B7D7 (or 0x35B7D7) is unknown color: approx Summer Sky. HEX triplet: 35, B7 and D7. RGB value is (53,183,215). Sum of RGB (Red+Green+Blue) = 53+183+215=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #35B7D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7D7 is #CA4828. Grayscale: #939393. Windows color (decimal): -13256745 or 14137141. OLE color: 14137141.

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

Color convert

RGB53183215-
CMYK0.750.1500.16
HSL191.85º66.94%52.55%-
HSV(B)191.85º75.35%84.31%-
XYZ30.6739.5370.3-
YUV147.78165.9360.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.75%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=11.75%
G=40.58%
B=47.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531832150.750.1500.16191.8566.9452.55
Hex35B7D74BF010c04335
Octal652673271131702030010365
Binary110101101101111101011110010111111010000110000001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,215); }

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

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

 a { background-color: rgb(53,183,215); }

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

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

 span { border-color: rgb(53,183,215); }

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