Html Css Color HEX #32A4DD Summer Sky

📋 copy color: '#32A4DD'

red 50 ◦ green 164 ◦ blue 221

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

Shades of Summer Sky #32A4DD

Tints of Summer Sky #32A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 11.49%
G = 37.7%
B = 50.8%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32A4DD (or 0x32A4DD) is known color: Summer Sky. HEX triplet: 32, A4 and DD. RGB value is (50,164,221). Sum of RGB (Red+Green+Blue) = 50+164+221=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #32A4DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A4DD is #CD5B22. Grayscale: #888888. Windows color (decimal): -13458211 or 14525490. OLE color: 14525490.

HSL color Cylindrical-coordinate representation of color #32A4DD: hue angle of 200º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A4DD is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 164 221 -
CMYK 0.77 0.26 0 0.13
HSL 200º 0.72% 0.53% -
HSV(B) 200º 0.77% 0.87% -
XYZ 27.64 32.45 73.21 -
YUV 136.41 175.73 66.37 -
System Red Green Blue C M Y K H S L
Decimal 50 164 221 0.77 0.26 0 0.13 200 0.72 0.53
Hex 32 A4 DD 4D 1A 0 D C8 48 35
Octal 62 244 335 115 32 0 15 310 110 65
Binary 110010 10100100 11011101 1001101 11010 0 1101 11001000 1001000 110101

Color Harmonies of #32A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A4DD

Black with #32A4DD

Text Example


Text Example

White with #32A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,164,221); }

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

background-color css

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

 a { background-color: rgb(50,164,221); }

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

border-color css

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

 span { border-color: rgb(50,164,221); }

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