#35D6FF

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

Shades of Summer Sky #35D6FF

Tints of Summer Sky #35D6FF

Color information

#35D6FF (or 0x35D6FF) is unknown color: approx Summer Sky. HEX triplet: 35, D6 and FF. RGB value is (53,214,255). Sum of RGB (Red+Green+Blue) = 53+214+255=522 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.15% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #35D6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D6FF is #CA2900. Grayscale: #AAAAAA. Windows color (decimal): -13248769 or 16766517. OLE color: 16766517.

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

Color convert

RGB53214255-
CMYK0.790.1600
HSL192.18º100%60.39%-
HSV(B)192.18º79.22%100%-
XYZ43.5656.07103.13-
YUV170.54175.6644.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.15%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 255 (100% from 255) = 48.85%
R=10.15%
G=41.00%
B=48.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532142550.790.1600192.1810060.39
Hex35D6FF4F1000c0643c
Octal65326377117200030014474
Binary110101110101101111111110011111000000110000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,255); }

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

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

 a { background-color: rgb(53,214,255); }

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

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

 span { border-color: rgb(53,214,255); }

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