Html Css Color HEX #32BDDF Summer Sky

📋 copy color: '#32BDDF'

red 50 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #32BDDF

Tints of Summer Sky #32BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 10.82%
G = 40.91%
B = 48.27%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32BDDF (or 0x32BDDF) is known color: Summer Sky. HEX triplet: 32, BD and DF. RGB value is (50,189,223). Sum of RGB (Red+Green+Blue) = 50+189+223=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #32BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDDF is #CD4220. Grayscale: #979797. Windows color (decimal): -13451809 or 14662962. OLE color: 14662962.

HSL color Cylindrical-coordinate representation of color #32BDDF: hue angle of 191.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BDDF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 189 223 -
CMYK 0.78 0.15 0 0.13
HSL 191.79º 0.73% 0.54% -
HSV(B) 191.79º 0.78% 0.87% -
XYZ 32.83 42.4 76.27 -
YUV 151.32 168.45 55.74 -
System Red Green Blue C M Y K H S L
Decimal 50 189 223 0.78 0.15 0 0.13 191.79 0.73 0.54
Hex 32 BD DF 4E F 0 D C0 49 36
Octal 62 275 337 116 17 0 15 300 111 66
Binary 110010 10111101 11011111 1001110 1111 0 1101 11000000 1001001 110110

Color Harmonies of #32BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDDF

Black with #32BDDF

Text Example


Text Example

White with #32BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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