Html Css Color HEX #32B5EA Summer Sky

📋 copy color: '#32B5EA'

red 50 ◦ green 181 ◦ blue 234

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

Shades of Summer Sky #32B5EA

Tints of Summer Sky #32B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 10.75%
G = 38.92%
B = 50.32%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32B5EA (or 0x32B5EA) is known color: Summer Sky. HEX triplet: 32, B5 and EA. RGB value is (50,181,234). Sum of RGB (Red+Green+Blue) = 50+181+234=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #32B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B5EA is #CD4A15. Grayscale: #939393. Windows color (decimal): -13453846 or 15381810. OLE color: 15381810.

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

Color convert

RGB 50 181 234 -
CMYK 0.79 0.23 0 0.08
HSL 197.28º 0.81% 0.56% -
HSV(B) 197.28º 0.79% 0.92% -
XYZ 32.69 39.67 83.78 -
YUV 147.87 176.6 58.19 -
System Red Green Blue C M Y K H S L
Decimal 50 181 234 0.79 0.23 0 0.08 197.28 0.81 0.56
Hex 32 B5 EA 4F 17 0 8 C5 51 38
Octal 62 265 352 117 27 0 10 305 121 70
Binary 110010 10110101 11101010 1001111 10111 0 1000 11000101 1010001 111000

Color Harmonies of #32B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B5EA

Black with #32B5EA

Text Example


Text Example

White with #32B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,234); }

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

background-color css

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

 a { background-color: rgb(50,181,234); }

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

border-color css

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

 span { border-color: rgb(50,181,234); }

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