Html Css Color HEX #32BAEB Summer Sky

📋 copy color: '#32BAEB'

red 50 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #32BAEB

Tints of Summer Sky #32BAEB

RGB

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

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

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

R = 10.62%
G = 39.49%
B = 49.89%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32BAEB (or 0x32BAEB) is known color: Summer Sky. HEX triplet: 32, BA and EB. RGB value is (50,186,235). Sum of RGB (Red+Green+Blue) = 50+186+235=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #32BAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BAEB is #CD4514. Grayscale: #969696. Windows color (decimal): -13452565 or 15448626. OLE color: 15448626.

HSL color Cylindrical-coordinate representation of color #32BAEB: hue angle of 195.89º 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 #32BAEB is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 186 235 -
CMYK 0.79 0.21 0 0.08
HSL 195.89º 0.82% 0.56% -
HSV(B) 195.89º 0.79% 0.92% -
XYZ 33.87 41.79 84.88 -
YUV 150.92 175.44 56.02 -
System Red Green Blue C M Y K H S L
Decimal 50 186 235 0.79 0.21 0 0.08 195.89 0.82 0.56
Hex 32 BA EB 4F 15 0 8 C4 52 38
Octal 62 272 353 117 25 0 10 304 122 70
Binary 110010 10111010 11101011 1001111 10101 0 1000 11000100 1010010 111000

Color Harmonies of #32BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAEB

Black with #32BAEB

Text Example


Text Example

White with #32BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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