Html Css Color HEX #32AFD6 Summer Sky

📋 copy color: '#32AFD6'

red 50 ◦ green 175 ◦ blue 214

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

Shades of Summer Sky #32AFD6

Tints of Summer Sky #32AFD6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

 BLUE value IS 214 (83.98% from 255) = 48.75%

R = 11.39%
G = 39.86%
B = 48.75%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#32AFD6 (or 0x32AFD6) is known color: Summer Sky. HEX triplet: 32, AF and D6. RGB value is (50,175,214). Sum of RGB (Red+Green+Blue) = 50+175+214=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #32AFD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFD6 is #CD5029. Grayscale: #8D8D8D. Windows color (decimal): -13455402 or 14069554. OLE color: 14069554.

HSL color Cylindrical-coordinate representation of color #32AFD6: hue angle of 194.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AFD6 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 175 214 -
CMYK 0.77 0.18 0 0.16
HSL 194.27º 0.67% 0.52% -
HSV(B) 194.27º 0.77% 0.84% -
XYZ 28.78 36.19 69.09 -
YUV 142.07 168.59 62.33 -
System Red Green Blue C M Y K H S L
Decimal 50 175 214 0.77 0.18 0 0.16 194.27 0.67 0.52
Hex 32 AF D6 4D 12 0 10 C2 43 34
Octal 62 257 326 115 22 0 20 302 103 64
Binary 110010 10101111 11010110 1001101 10010 0 10000 11000010 1000011 110100

Color Harmonies of #32AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFD6

Black with #32AFD6

Text Example


Text Example

White with #32AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,214); }

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

background-color css

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

 a { background-color: rgb(50,175,214); }

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

border-color css

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

 span { border-color: rgb(50,175,214); }

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