Html Css Color HEX #32AEEB Summer Sky

📋 copy color: '#32AEEB'

red 50 ◦ green 174 ◦ blue 235

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

Shades of Summer Sky #32AEEB

Tints of Summer Sky #32AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 10.89%
G = 37.91%
B = 51.2%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32AEEB (or 0x32AEEB) is known color: Summer Sky. HEX triplet: 32, AE and EB. RGB value is (50,174,235). Sum of RGB (Red+Green+Blue) = 50+174+235=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #32AEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AEEB is #CD5114. Grayscale: #8F8F8F. Windows color (decimal): -13455637 or 15445554. OLE color: 15445554.

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

Color convert

RGB 50 174 235 -
CMYK 0.79 0.26 0 0.08
HSL 199.78º 0.82% 0.56% -
HSV(B) 199.78º 0.79% 0.92% -
XYZ 31.45 36.95 84.07 -
YUV 143.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 50 174 235 0.79 0.26 0 0.08 199.78 0.82 0.56
Hex 32 AE EB 4F 1A 0 8 C8 52 38
Octal 62 256 353 117 32 0 10 310 122 70
Binary 110010 10101110 11101011 1001111 11010 0 1000 11001000 1010010 111000

Color Harmonies of #32AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEEB

Black with #32AEEB

Text Example


Text Example

White with #32AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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