Html Css Color HEX #32AEFA Summer Sky

📋 copy color: '#32AEFA'

red 50 ◦ green 174 ◦ blue 250

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

Shades of Summer Sky #32AEFA

Tints of Summer Sky #32AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 10.55%
G = 36.71%
B = 52.74%

CMYK

 C value IS 0.8

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32AEFA (or 0x32AEFA) is known color: Summer Sky. HEX triplet: 32, AE and FA. RGB value is (50,174,250). Sum of RGB (Red+Green+Blue) = 50+174+250=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #32AEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AEFA is #CD5105. Grayscale: #919191. Windows color (decimal): -13455622 or 16428594. OLE color: 16428594.

HSL color Cylindrical-coordinate representation of color #32AEFA: hue angle of 202.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AEFA is Cyan = 0.8, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 174 250 -
CMYK 0.8 0.30 0 0.02
HSL 202.8º 0.95% 0.59% -
HSV(B) 202.8º 0.8% 0.98% -
XYZ 33.71 37.85 95.97 -
YUV 145.59 186.92 59.82 -
System Red Green Blue C M Y K H S L
Decimal 50 174 250 0.8 0.30 0 0.02 202.8 0.95 0.59
Hex 32 AE FA 50 1E 0 2 CB 5F 3B
Octal 62 256 372 120 36 0 2 313 137 73
Binary 110010 10101110 11111010 1010000 11110 0 10 11001011 1011111 111011

Color Harmonies of #32AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEFA

Black with #32AEFA

Text Example


Text Example

White with #32AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,174,250); }

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

background-color css

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

 a { background-color: rgb(50,174,250); }

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

border-color css

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

 span { border-color: rgb(50,174,250); }

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