#35D0FA

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

Shades of Summer Sky #35D0FA

Tints of Summer Sky #35D0FA

Color information

#35D0FA (or 0x35D0FA) is unknown color: approx Summer Sky. HEX triplet: 35, D0 and FA. RGB value is (53,208,250). Sum of RGB (Red+Green+Blue) = 53+208+250=511 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.37% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #35D0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D0FA is #CA2F05. Grayscale: #A6A6A6. Windows color (decimal): -13250310 or 16437301. OLE color: 16437301.

HSL color Cylindrical-coordinate representation of color #35D0FA: hue angle of 192.79º 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 #35D0FA is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53208250-
CMYK0.790.1700.02
HSL192.79º95.17%59.41%-
HSV(B)192.79º78.8%98.04%-
XYZ41.2852.7798.45-
YUV166.44175.1547.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.37%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=10.37%
G=40.70%
B=48.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532082500.790.1700.02192.7995.1759.41
Hex35D0FA4F1102c15f3b
Octal65320372117210230113773
Binary1101011101000011111010100111110001010110000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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