Html Css Color HEX #35AEFF Summer Sky

📋 copy color: '#35AEFF'

red 53 ◦ green 174 ◦ blue 255

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

Shades of Summer Sky #35AEFF

Tints of Summer Sky #35AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

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

R = 11%
G = 36.1%
B = 52.9%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35AEFF (or 0x35AEFF) is known color: Summer Sky. HEX triplet: 35, AE and FF. RGB value is (53,174,255). Sum of RGB (Red+Green+Blue) = 53+174+255=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #35AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35AEFF is #CA5100. Grayscale: #929292. Windows color (decimal): -13259009 or 16756277. OLE color: 16756277.

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

Color convert

RGB 53 174 255 -
CMYK 0.79 0.32 0 0
HSL 204.06º 1% 0.6% -
HSV(B) 204.06º 0.79% 1% -
XYZ 34.65 38.25 100.16 -
YUV 147.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 53 174 255 0.79 0.32 0 0 204.06 1 0.6
Hex 35 AE FF 4F 20 0 0 CC 64 3C
Octal 65 256 377 117 40 0 0 314 144 74
Binary 110101 10101110 11111111 1001111 100000 0 0 11001100 1100100 111100

Color Harmonies of #35AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AEFF

Black with #35AEFF

Text Example


Text Example

White with #35AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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