Html Css Color HEX #32BAE1 Summer Sky

📋 copy color: '#32BAE1'

red 50 ◦ green 186 ◦ blue 225

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

Shades of Summer Sky #32BAE1

Tints of Summer Sky #32BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 10.85%
G = 40.35%
B = 48.81%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#32BAE1 (or 0x32BAE1) is known color: Summer Sky. HEX triplet: 32, BA and E1. RGB value is (50,186,225). Sum of RGB (Red+Green+Blue) = 50+186+225=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #32BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAE1 is #CD451E. Grayscale: #959595. Windows color (decimal): -13452575 or 14793266. OLE color: 14793266.

HSL color Cylindrical-coordinate representation of color #32BAE1: hue angle of 193.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BAE1 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 186 225 -
CMYK 0.78 0.17 0 0.12
HSL 193.37º 0.74% 0.54% -
HSV(B) 193.37º 0.78% 0.88% -
XYZ 32.46 41.23 77.48 -
YUV 149.78 170.44 56.83 -
System Red Green Blue C M Y K H S L
Decimal 50 186 225 0.78 0.17 0 0.12 193.37 0.74 0.54
Hex 32 BA E1 4E 11 0 C C1 4A 36
Octal 62 272 341 116 21 0 14 301 112 66
Binary 110010 10111010 11100001 1001110 10001 0 1100 11000001 1001010 110110

Color Harmonies of #32BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAE1

Black with #32BAE1

Text Example


Text Example

White with #32BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,186,225); }

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

background-color css

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

 a { background-color: rgb(50,186,225); }

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

border-color css

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

 span { border-color: rgb(50,186,225); }

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