#35CDFE

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

Shades of Summer Sky #35CDFE

Tints of Summer Sky #35CDFE

Color information

#35CDFE (or 0x35CDFE) is unknown color: approx Summer Sky. HEX triplet: 35, CD and FE. RGB value is (53,205,254). Sum of RGB (Red+Green+Blue) = 53+205+254=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #35CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CDFE is #CA3201. Grayscale: #A4A4A4. Windows color (decimal): -13251074 or 16698677. OLE color: 16698677.

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

Color convert

RGB53205254-
CMYK0.790.1900.00
HSL194.63º99.01%60.2%-
HSV(B)194.63º79.13%99.61%-
XYZ41.1951.58101.55-
YUV165.14178.1448.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.35%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=10.35%
G=40.04%
B=49.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532052540.790.1900.00194.6399.0160.2
Hex35CDFE4F1300c3633c
Octal65315376117230030314374
Binary110101110011011111111010011111001100110000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,254); }

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

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

 a { background-color: rgb(53,205,254); }

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

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

 span { border-color: rgb(53,205,254); }

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