#35BBF7

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

Shades of Summer Sky #35BBF7

Tints of Summer Sky #35BBF7

Color information

#35BBF7 (or 0x35BBF7) is unknown color: approx Summer Sky. HEX triplet: 35, BB and F7. RGB value is (53,187,247). Sum of RGB (Red+Green+Blue) = 53+187+247=487 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.88% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #35BBF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BBF7 is #CA4408. Grayscale: #999999. Windows color (decimal): -13255689 or 16235317. OLE color: 16235317.

HSL color Cylindrical-coordinate representation of color #35BBF7: hue angle of 198.56º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35BBF7 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB53187247-
CMYK0.790.2400.03
HSL198.56º92.38%58.82%-
HSV(B)198.56º78.54%96.86%-
XYZ36.0343.0194.4-
YUV153.77180.6156.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.88%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 247 (96.88% from 255) = 50.72%
R=10.88%
G=38.40%
B=50.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal531872470.790.2400.03198.5692.3858.82
Hex35BBF74F1803c75c3b
Octal65273367117300330713473
Binary1101011011101111110111100111111000011110001111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,247); }

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

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

 a { background-color: rgb(53,187,247); }

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

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

 span { border-color: rgb(53,187,247); }

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