#35C4EB

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

Shades of Summer Sky #35C4EB

Tints of Summer Sky #35C4EB

Color information

#35C4EB (or 0x35C4EB) is unknown color: approx Summer Sky. HEX triplet: 35, C4 and EB. RGB value is (53,196,235). Sum of RGB (Red+Green+Blue) = 53+196+235=484 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.95% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #35C4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C4EB is #CA3B14. Grayscale: #9D9D9D. Windows color (decimal): -13253397 or 15451189. OLE color: 15451189.

HSL color Cylindrical-coordinate representation of color #35C4EB: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35C4EB is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53196235-
CMYK0.770.1700.08
HSL192.86º81.98%56.47%-
HSV(B)192.86º77.45%92.16%-
XYZ36.246.2385.61-
YUV157.69171.6253.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.95%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=10.95%
G=40.50%
B=48.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531962350.770.1700.08192.8681.9856.47
Hex35C4EB4D1108c15238
Octal653043531152101030112270
Binary110101110001001110101110011011000101000110000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,196,235); }

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

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

 a { background-color: rgb(53,196,235); }

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

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

 span { border-color: rgb(53,196,235); }

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