#35BFD9

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

Shades of Summer Sky #35BFD9

Tints of Summer Sky #35BFD9

Color information

#35BFD9 (or 0x35BFD9) is unknown color: approx Summer Sky. HEX triplet: 35, BF and D9. RGB value is (53,191,217). Sum of RGB (Red+Green+Blue) = 53+191+217=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #35BFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFD9 is #CA4026. Grayscale: #989898. Windows color (decimal): -13254695 or 14270261. OLE color: 14270261.

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

Color convert

RGB53191217-
CMYK0.760.1200.15
HSL189.51º68.33%52.94%-
HSV(B)189.51º75.58%85.1%-
XYZ32.6243.0372.23-
YUV152.7164.2856.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.50%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=11.50%
G=41.43%
B=47.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531912170.760.1200.15189.5168.3352.94
Hex35BFD94CC0Fbe4435
Octal652773311141401727610465
Binary11010110111111110110011001100110001111101111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,191,217); }

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

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

 a { background-color: rgb(53,191,217); }

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

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

 span { border-color: rgb(53,191,217); }

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