Html Css Color HEX #32BDE5 Summer Sky

📋 copy color: '#32BDE5'

red 50 ◦ green 189 ◦ blue 229

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

Shades of Summer Sky #32BDE5

Tints of Summer Sky #32BDE5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 10.68%
G = 40.38%
B = 48.93%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#32BDE5 (or 0x32BDE5) is known color: Summer Sky. HEX triplet: 32, BD and E5. RGB value is (50,189,229). Sum of RGB (Red+Green+Blue) = 50+189+229=468 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.68% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #32BDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDE5 is #CD421A. Grayscale: #979797. Windows color (decimal): -13451803 or 15056178. OLE color: 15056178.

HSL color Cylindrical-coordinate representation of color #32BDE5: hue angle of 193.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BDE5 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 189 229 -
CMYK 0.78 0.17 0 0.10
HSL 193.41º 0.77% 0.55% -
HSV(B) 193.41º 0.78% 0.9% -
XYZ 33.66 42.73 80.6 -
YUV 152 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 50 189 229 0.78 0.17 0 0.10 193.41 0.77 0.55
Hex 32 BD E5 4E 11 0 A C1 4D 37
Octal 62 275 345 116 21 0 12 301 115 67
Binary 110010 10111101 11100101 1001110 10001 0 1010 11000001 1001101 110111

Color Harmonies of #32BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDE5

Black with #32BDE5

Text Example


Text Example

White with #32BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,229); }

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

background-color css

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

 a { background-color: rgb(50,189,229); }

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

border-color css

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

 span { border-color: rgb(50,189,229); }

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