Html Css Color HEX #32BECC Summer Sky

📋 copy color: '#32BECC'

red 50 ◦ green 190 ◦ blue 204

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

Shades of Summer Sky #32BECC

Tints of Summer Sky #32BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.79%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 11.26%
G = 42.79%
B = 45.95%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32BECC (or 0x32BECC) is known color: Summer Sky. HEX triplet: 32, BE and CC. RGB value is (50,190,204). Sum of RGB (Red+Green+Blue) = 50+190+204=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BECC is #CD4133. Grayscale: #959595. Windows color (decimal): -13451572 or 13418034. OLE color: 13418034.

HSL color Cylindrical-coordinate representation of color #32BECC: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BECC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 190 204 -
CMYK 0.75 0.07 0 0.2
HSL 185.45º 0.61% 0.5% -
HSV(B) 185.45º 0.75% 0.8% -
XYZ 30.63 41.86 63.59 -
YUV 149.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 50 190 204 0.75 0.07 0 0.2 185.45 0.61 0.5
Hex 32 BE CC 4B 7 0 14 B9 3D 32
Octal 62 276 314 113 7 0 24 271 75 62
Binary 110010 10111110 11001100 1001011 111 0 10100 10111001 111101 110010

Color Harmonies of #32BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BECC

Black with #32BECC

Text Example


Text Example

White with #32BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,204); }

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

background-color css

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

 a { background-color: rgb(50,190,204); }

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

border-color css

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

 span { border-color: rgb(50,190,204); }

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