Html Css Color HEX #32AFEC Summer Sky

📋 copy color: '#32AFEC'

red 50 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #32AFEC

Tints of Summer Sky #32AFEC

RGB

 RED value IS 50 (19.92% from 255) = 10.85%

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

 BLUE value IS 236 (92.58% from 255) = 51.19%

R = 10.85%
G = 37.96%
B = 51.19%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#32AFEC (or 0x32AFEC) is known color: Summer Sky. HEX triplet: 32, AF and EC. RGB value is (50,175,236). Sum of RGB (Red+Green+Blue) = 50+175+236=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #32AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AFEC is #CD5013. Grayscale: #909090. Windows color (decimal): -13455380 or 15511346. OLE color: 15511346.

HSL color Cylindrical-coordinate representation of color #32AFEC: hue angle of 199.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AFEC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 175 236 -
CMYK 0.79 0.26 0 0.07
HSL 199.68º 0.83% 0.56% -
HSV(B) 199.68º 0.79% 0.93% -
XYZ 31.79 37.39 84.9 -
YUV 144.58 179.59 60.54 -
System Red Green Blue C M Y K H S L
Decimal 50 175 236 0.79 0.26 0 0.07 199.68 0.83 0.56
Hex 32 AF EC 4F 1A 0 7 C8 53 38
Octal 62 257 354 117 32 0 7 310 123 70
Binary 110010 10101111 11101100 1001111 11010 0 111 11001000 1010011 111000

Color Harmonies of #32AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFEC

Black with #32AFEC

Text Example


Text Example

White with #32AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AFEC; }

 p { color: rgb(50,175,236); }

 H1.HeaderClassName
 {
   color: #32AFEC;
 }
 .AnyTagClassName
 {
   color: #32AFEC;
 }
</style>

background-color css

<style>
 a { background-color: #32AFEC; }

 a { background-color: rgb(50,175,236); }

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

border-color css

<style>
 span { border-color: #32AFEC; }

 span { border-color: rgb(50,175,236); }

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