Html Css Color HEX #32AEF1 Summer Sky

📋 copy color: '#32AEF1'

red 50 ◦ green 174 ◦ blue 241

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

Shades of Summer Sky #32AEF1

Tints of Summer Sky #32AEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 10.75%
G = 37.42%
B = 51.83%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#32AEF1 (or 0x32AEF1) is known color: Summer Sky. HEX triplet: 32, AE and F1. RGB value is (50,174,241). Sum of RGB (Red+Green+Blue) = 50+174+241=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #32AEF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AEF1 is #CD510E. Grayscale: #909090. Windows color (decimal): -13455631 or 15838770. OLE color: 15838770.

HSL color Cylindrical-coordinate representation of color #32AEF1: hue angle of 201.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AEF1 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 174 241 -
CMYK 0.79 0.28 0 0.05
HSL 201.05º 0.87% 0.57% -
HSV(B) 201.05º 0.79% 0.95% -
XYZ 32.33 37.3 88.72 -
YUV 144.56 182.42 60.55 -
System Red Green Blue C M Y K H S L
Decimal 50 174 241 0.79 0.28 0 0.05 201.05 0.87 0.57
Hex 32 AE F1 4F 1C 0 5 C9 57 39
Octal 62 256 361 117 34 0 5 311 127 71
Binary 110010 10101110 11110001 1001111 11100 0 101 11001001 1010111 111001

Color Harmonies of #32AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEF1

Black with #32AEF1

Text Example


Text Example

White with #32AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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