#35CEFA

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

Shades of Summer Sky #35CEFA

Tints of Summer Sky #35CEFA

Color information

#35CEFA (or 0x35CEFA) is unknown color: approx Summer Sky. HEX triplet: 35, CE and FA. RGB value is (53,206,250). Sum of RGB (Red+Green+Blue) = 53+206+250=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #35CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CEFA is #CA3105. Grayscale: #A4A4A4. Windows color (decimal): -13250822 or 16436789. OLE color: 16436789.

HSL color Cylindrical-coordinate representation of color #35CEFA: hue angle of 193.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35CEFA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53206250-
CMYK0.790.1800.02
HSL193.4º95.17%59.41%-
HSV(B)193.4º78.8%98.04%-
XYZ40.7951.898.29-
YUV165.27175.8147.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.41%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=10.41%
G=40.47%
B=49.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532062500.790.1800.02193.495.1759.41
Hex35CEFA4F1202c15f3b
Octal65316372117220230113773
Binary1101011100111011111010100111110010010110000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,206,250); }

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

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

 a { background-color: rgb(53,206,250); }

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

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

 span { border-color: rgb(53,206,250); }

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