Html Css Color HEX #32ABED Summer Sky

📋 copy color: '#32ABED'

red 50 ◦ green 171 ◦ blue 237

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

Shades of Summer Sky #32ABED

Tints of Summer Sky #32ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 10.92%
G = 37.34%
B = 51.75%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#32ABED (or 0x32ABED) is known color: Summer Sky. HEX triplet: 32, AB and ED. RGB value is (50,171,237). Sum of RGB (Red+Green+Blue) = 50+171+237=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #32ABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABED is #CD5412. Grayscale: #8D8D8D. Windows color (decimal): -13456403 or 15575858. OLE color: 15575858.

HSL color Cylindrical-coordinate representation of color #32ABED: hue angle of 201.18º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ABED is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 171 237 -
CMYK 0.79 0.28 0 0.07
HSL 201.18º 0.84% 0.56% -
HSV(B) 201.18º 0.79% 0.93% -
XYZ 31.16 35.92 85.41 -
YUV 142.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 50 171 237 0.79 0.28 0 0.07 201.18 0.84 0.56
Hex 32 AB ED 4F 1C 0 7 C9 54 38
Octal 62 253 355 117 34 0 7 311 124 70
Binary 110010 10101011 11101101 1001111 11100 0 111 11001001 1010100 111000

Color Harmonies of #32ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABED

Black with #32ABED

Text Example


Text Example

White with #32ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,237); }

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

background-color css

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

 a { background-color: rgb(50,171,237); }

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

border-color css

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

 span { border-color: rgb(50,171,237); }

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