#35C1FD

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

Shades of Summer Sky #35C1FD

Tints of Summer Sky #35C1FD

Color information

#35C1FD (or 0x35C1FD) is unknown color: approx Summer Sky. HEX triplet: 35, C1 and FD. RGB value is (53,193,253). Sum of RGB (Red+Green+Blue) = 53+193+253=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #35C1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C1FD is #CA3E02. Grayscale: #9D9D9D. Windows color (decimal): -13254147 or 16630069. OLE color: 16630069.

HSL color Cylindrical-coordinate representation of color #35C1FD: hue angle of 198º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35C1FD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53193253-
CMYK0.790.2400.01
HSL198º98.04%60%-
HSV(B)198º79.05%99.22%-
XYZ38.2745.9999.79-
YUV157.98181.6253.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.62%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=10.62%
G=38.68%
B=50.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531932530.790.2400.0119898.0460
Hex35C1FD4F1801c6623c
Octal65301375117300130614274
Binary110101110000011111110110011111100001110001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,253); }

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

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

 a { background-color: rgb(53,193,253); }

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

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

 span { border-color: rgb(53,193,253); }

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