Html Css Color HEX #35AFFF Summer Sky

📋 copy color: '#35AFFF'

red 53 ◦ green 175 ◦ blue 255

#35AFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #35AFFF

Tints of Summer Sky #35AFFF

RGB

 RED value IS 53 (21.09% from 255) = 10.97%

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 10.97%
G = 36.23%
B = 52.8%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35AFFF (or 0x35AFFF) is known color: Summer Sky. HEX triplet: 35, AF and FF. RGB value is (53,175,255). Sum of RGB (Red+Green+Blue) = 53+175+255=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #35AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35AFFF is #CA5000. Grayscale: #939393. Windows color (decimal): -13258753 or 16756533. OLE color: 16756533.

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

Color convert

RGB 53 175 255 -
CMYK 0.79 0.31 0 0
HSL 203.76º 1% 0.6% -
HSV(B) 203.76º 0.79% 1% -
XYZ 34.85 38.64 100.23 -
YUV 147.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 53 175 255 0.79 0.31 0 0 203.76 1 0.6
Hex 35 AF FF 4F 1F 0 0 CC 64 3C
Octal 65 257 377 117 37 0 0 314 144 74
Binary 110101 10101111 11111111 1001111 11111 0 0 11001100 1100100 111100

Color Harmonies of #35AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AFFF

Black with #35AFFF

Text Example


Text Example

White with #35AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35AFFF;
 }
 .AnyTagClassName
 {
   color: #35AFFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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